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