source: trunk/LATMOS-Accounts-Web/script/latmos_accounts_web_cgi.pl @ 2295

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

Changes for mageia6

  • Property svn:executable set to *
File size: 468 bytes
Line 
1#!/usr/bin/env perl
2
3use Catalyst::ScriptRunner;
4Catalyst::ScriptRunner->run('LATMOS::Accounts::Web', 'CGI');
5
61;
7
8=head1 NAME
9
10latmos_accounts_web_cgi.pl - Catalyst CGI
11
12=head1 SYNOPSIS
13
14See L<Catalyst::Manual>
15
16=head1 DESCRIPTION
17
18Run a Catalyst application as a CGI script.
19
20=head1 AUTHORS
21
22Catalyst Contributors, see Catalyst.pm
23
24=head1 COPYRIGHT
25
26This library is free software. You can redistribute it and/or modify
27it under the same terms as Perl itself.
28
29=cut
30
Note: See TracBrowser for help on using the repository browser.