source: trunk/LATMOS-Accounts-Web/script/latmos_accounts_web_test.pl @ 2424

Last change on this file since 2424 was 2162, checked in by nanardon, 5 years ago

Changes for mageia6

  • Property svn:executable set to *
File size: 732 bytes
RevLine 
[2162]1#!/usr/bin/env perl
[94]2
[2162]3use Catalyst::ScriptRunner;
4Catalyst::ScriptRunner->run('LATMOS::Accounts::Web', 'Test');
[94]5
61;
7
8=head1 NAME
9
10latmos_accounts_web_test.pl - Catalyst Test
11
12=head1 SYNOPSIS
13
14latmos_accounts_web_test.pl [options] uri
15
16 Options:
[2162]17   --help    display this help and exits
[94]18
19 Examples:
20   latmos_accounts_web_test.pl http://localhost/some_action
21   latmos_accounts_web_test.pl /some_action
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
[2162]31=head1 AUTHORS
[94]32
[2162]33Catalyst Contributors, see Catalyst.pm
[94]34
35=head1 COPYRIGHT
36
[2162]37This library is free software. You can redistribute it and/or modify
[94]38it under the same terms as Perl itself.
39
40=cut
Note: See TracBrowser for help on using the repository browser.