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