rename TreeOfTexts to less annoying stemmaweb
[scpubgit/stemmatology.git] / stemmaweb / script / stemmaweb_test.pl
CommitLineData
dbcf12a6 1#!/usr/bin/env perl
2
3use Catalyst::ScriptRunner;
5c9ecf66 4Catalyst::ScriptRunner->run('stemmaweb', 'Test');
dbcf12a6 5
61;
7
8=head1 NAME
9
5c9ecf66 10stemmaweb_test.pl - Catalyst Test
dbcf12a6 11
12=head1 SYNOPSIS
13
5c9ecf66 14stemmaweb_test.pl [options] uri
dbcf12a6 15
16 Options:
17 --help display this help and exits
18
19 Examples:
5c9ecf66 20 stemmaweb_test.pl http://localhost/some_action
21 stemmaweb_test.pl /some_action
dbcf12a6 22
23 See also:
24 perldoc Catalyst::Manual
25 perldoc Catalyst::Manual::Intro
26
27=head1 DESCRIPTION
28
29Run a Catalyst action from the command line.
30
31=head1 AUTHORS
32
33Catalyst Contributors, see Catalyst.pm
34
35=head1 COPYRIGHT
36
37This library is free software. You can redistribute it and/or modify
38it under the same terms as Perl itself.
39
40=cut