source: trunk/script/epoll_cgi.pl

Last change on this file was 480, checked in by nanardon, 12 months ago

Update script for latest Catalyst

  • Property svn:executable set to *
File size: 438 bytes
RevLine 
[480]1#!/usr/bin/env perl
[2]2
[480]3use Catalyst::ScriptRunner;
4Catalyst::ScriptRunner->run('Epoll', 'CGI');
[2]5
61;
7
8=head1 NAME
9
[242]10epoll_cgi.pl - Catalyst CGI
[2]11
12=head1 SYNOPSIS
13
14See L<Catalyst::Manual>
15
16=head1 DESCRIPTION
17
[480]18Run a Catalyst application as a CGI script.
[2]19
[480]20=head1 AUTHORS
[2]21
[480]22Catalyst Contributors, see Catalyst.pm
[2]23
24=head1 COPYRIGHT
25
[480]26This library is free software. You can redistribute it and/or modify
[2]27it under the same terms as Perl itself.
28
29=cut
[480]30
Note: See TracBrowser for help on using the repository browser.