Show
Ignore:
Timestamp:
06/25/07 07:20:01 (19 months ago)
Author:
eevee
Message:

Updated Catalyst scripts.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/script/vee_cgi.pl

    r1 r255  
    1 #!C:\Perl\bin\perl.exe -w 
     1#!/usr/bin/perl -w 
    22 
    33BEGIN { $ENV{CATALYST_ENGINE} ||= 'CGI' } 
    44 
    55use strict; 
     6use warnings; 
    67use FindBin; 
    78use lib "$FindBin::Bin/../lib"; 
     
    2223=head1 DESCRIPTION 
    2324 
    24 Run a Catalyst application as cgi. 
     25Run a Catalyst application as a cgi script. 
    2526 
    2627=head1 AUTHOR 
     
    3031=head1 COPYRIGHT 
    3132 
    32 Copyright 2004 Sebastian Riedel. All rights reserved. 
    3333 
    3434This library is free software, you can redistribute it and/or modify