properly disable OK button
[scpubgit/stemmatology.git] / stemmaweb / script / stemmaweb_test.pl
CommitLineData
dbcf12a6 1#!/usr/bin/env perl
4755b971 2eval { no warnings; $DB::deep = 1000; binmode $DB::OUT, ':utf8' };
dbcf12a6 3
4use Catalyst::ScriptRunner;
5c9ecf66 5Catalyst::ScriptRunner->run('stemmaweb', 'Test');
dbcf12a6 6
71;
8
9=head1 NAME
10
5c9ecf66 11stemmaweb_test.pl - Catalyst Test
dbcf12a6 12
13=head1 SYNOPSIS
14
5c9ecf66 15stemmaweb_test.pl [options] uri
dbcf12a6 16
17 Options:
18 --help display this help and exits
19
20 Examples:
5c9ecf66 21 stemmaweb_test.pl http://localhost/some_action
22 stemmaweb_test.pl /some_action
dbcf12a6 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