Changeset 10464
- Timestamp:
- 04/26/08 00:00:03 (5 years ago)
- Location:
- lang/perl/Okina/trunk
- Files:
-
- 2 modified
-
lib/Okina.pm (modified) (1 diff)
-
okina-starter (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Okina/trunk/lib/Okina.pm
r10461 r10464 2 2 use strict; 3 3 use warnings; 4 use 5. 10.0;4 use 5.8.0; 5 5 use Exporter 'import'; 6 our @EXPORT = qw/conf handle_request/; 6 7 7 8 our $VERSION = '0.01'; -
lang/perl/Okina/trunk/okina-starter
r10462 r10464 166 166 HTTP::Engine->new( 167 167 config => [% module %]->conf->{engine}, 168 handle_request => \& [% module %]::handle_request,168 handle_request => \&_handle_request, 169 169 )->run; 170 171 sub _handle_request { 172 my $c = shift; 173 [% module %]->handle_request( $c ); 174 } 170 175 --- 171 176 file: lib/$path … … 291 296 plugins: 292 297 - module: Interface::Standalone 293 conf:298 conf: 294 299 host: 0.0.0.0 295 300 port: 14000
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)