Changeset 3390 for lang/perl/Boofy

Show
Ignore:
Timestamp:
12/21/07 10:35:49 (12 months ago)
Author:
yappo
Message:

r16@haruna (orig r14): ko | 2006-07-11 13:48:25 +0900
Changed to use CGI->Vars


Location:
lang/perl/Boofy/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Boofy/trunk/Changes

    r3389 r3390  
    11Revision history for Perl extension Boofy. 
     2 
     30.02  Tue Jul 11 13:45:11 JST 2006 
     4        - Changed to use CGI->Vars 
    25 
    360.01  Sat Apr  1 11:04:36 2006 
  • lang/perl/Boofy/trunk/META.yml

    r3389 r3390  
    22#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX# 
    33name:         Boofy 
    4 version:      0.01 
     4version:      0.02 
    55version_from: lib/Boofy.pm 
    66installdirs:  site 
  • lang/perl/Boofy/trunk/lib/Boofy.pm

    r3389 r3390  
    33use strict; 
    44use warnings; 
    5 our $VERSION = '0.01'; 
     5our $VERSION = '0.02'; 
    66 
     7use CGI; 
    78 
     9CGI->Vars; 
    810 
    911