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