ab28c5ca07c8081567d77fcde023c376acb39aaa
[catagits/Gitalist.git] / script / gitalist_test.pl
1 #!/usr/bin/env perl
2 use FindBin;
3 BEGIN { do "$FindBin::Bin/env" or die $@ }
4
5 use Catalyst::ScriptRunner;
6 Catalyst::ScriptRunner->run('Gitalist','Test');
7
8 1;
9
10 =head1 NAME
11
12 gitalist_test.pl - Catalyst Test
13
14 =head1 SYNOPSIS
15
16 gitalist_test.pl [options] uri
17
18  Options:
19    -help    display this help and exits
20
21  Examples:
22    gitalist_test.pl http://localhost/some_action
23    gitalist_test.pl /some_action
24
25  See also:
26    perldoc Catalyst::Manual
27    perldoc Catalyst::Manual::Intro
28
29 =head1 DESCRIPTION
30
31 Run a Catalyst action from the command line.
32
33 =head1 AUTHORS
34
35 Catalyst Contributors, see Catalyst.pm
36
37 =head1 COPYRIGHT
38
39 This library is free software. You can redistribute it and/or modify
40 it under the same terms as Perl itself.
41
42 =cut