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