Commit all of the local::lib scripts in base form
[catagits/Gitalist.git] / script / gitalist_test.pl
CommitLineData
89de6a33 1#!/usr/bin/env perl
42b626cd 2use FindBin;
3BEGIN { do "$FindBin::Bin/env" or die $@ }
89de6a33 4
df097c84 5use Catalyst::ScriptRunner;
6Catalyst::ScriptRunner->run('Gitalist','Test');
89de6a33 7
81;
9
10=head1 NAME
11
12gitalist_test.pl - Catalyst Test
13
14=head1 SYNOPSIS
15
16gitalist_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
31Run a Catalyst action from the command line.
32
33=head1 AUTHORS
34
35Catalyst Contributors, see Catalyst.pm
36
37=head1 COPYRIGHT
38
39This library is free software. You can redistribute it and/or modify
40it under the same terms as Perl itself.
41
42=cut