4afe54e6cc5101f99e12742716abe297641afc04
[catagits/Gitalist.git] / script / gitalist_cgi.pl
1 #!/usr/bin/env perl
2
3 use FindBin;
4 BEGIN { do "$FindBin::Bin/env" or die $@ }
5
6 use Catalyst::ScriptRunner;
7 Catalyst::ScriptRunner->run('Gitalist', 'CGI');
8
9 1;
10
11 =head1 NAME
12
13 gitalist_cgi.pl - Catalyst CGI
14
15 =head1 SYNOPSIS
16
17 See L<Catalyst::Manual>
18
19 =head1 DESCRIPTION
20
21 Run a Catalyst application as a cgi script.
22
23 =head1 AUTHORS
24
25 Catalyst Contributors, see Catalyst.pm
26
27 =head1 COPYRIGHT
28
29 This library is free software. You can redistribute it and/or modify
30 it under the same terms as Perl itself.
31
32 =cut
33