add test to check that traditions are taken away from the old Google OpenID user
[scpubgit/stemmaweb.git] / script / stemmaweb_test.pl
1 #!/usr/bin/env perl
2 eval { no warnings; $DB::deep = 1000; binmode $DB::OUT, ':utf8' };
3
4 use Catalyst::ScriptRunner;
5 Catalyst::ScriptRunner->run('stemmaweb', 'Test');
6
7 1;
8
9 =head1 NAME
10
11 stemmaweb_test.pl - Catalyst Test
12
13 =head1 SYNOPSIS
14
15 stemmaweb_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
30 Run a Catalyst action from the command line.
31
32 =head1 AUTHORS
33
34 Catalyst Contributors, see Catalyst.pm
35
36 =head1 COPYRIGHT
37
38 This library is free software. You can redistribute it and/or modify
39 it under the same terms as Perl itself.
40
41 =cut