/[webpac2]/Webpacus/script/webpacus_cgi.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Webpacus/script/webpacus_cgi.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 83 - (show annotations)
Mon Nov 21 17:46:27 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 535 byte(s)
Import of web font-end for WebPAC v2 called WebPACus based on Catalyst
1 #!/usr/bin/perl -w
2
3 BEGIN { $ENV{CATALYST_ENGINE} ||= 'CGI' }
4
5 use strict;
6 use FindBin;
7 use lib "$FindBin::Bin/../lib";
8 use Webpacus;
9
10 Webpacus->run;
11
12 1;
13
14 =head1 NAME
15
16 webpacus_cgi.pl - Catalyst CGI
17
18 =head1 SYNOPSIS
19
20 See L<Catalyst::Manual>
21
22 =head1 DESCRIPTION
23
24 Run a Catalyst application as cgi.
25
26 =head1 AUTHOR
27
28 Sebastian Riedel, C<sri@oook.de>
29
30 =head1 COPYRIGHT
31
32 Copyright 2004 Sebastian Riedel. All rights reserved.
33
34 This library is free software, you can redistribute it and/or modify
35 it under the same terms as Perl itself.
36
37 =cut

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26