Changeset 26618

Show
Ignore:
Timestamp:
12/13/08 16:02:55 (4 years ago)
Author:
vkgtaro
Message:

Checking in changes prior to tagging of version 0.01. Changelog diff is:

Index: Changes
===================================================================
--- Changes (リビジョン 26614)
+++ Changes (作業コピー)
@@ -1,5 +1,5 @@

Revision history for Data-FormValidateEm?


-0.01 Date/time
+0.01 2008-12-13T15:58:39+09:00

First version, released on an unsuspecting world.


Location:
lang/perl/FormValidator-LazyWay/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/FormValidator-LazyWay/trunk/Changes

    r14353 r26618  
    11Revision history for Data-FormValidateEm 
    22 
    3 0.01    Date/time 
     30.01    2008-12-13T15:58:39+09:00 
    44        First version, released on an unsuspecting world. 
    55 
  • lang/perl/FormValidator-LazyWay/trunk/MANIFEST

    r26614 r26618  
    4343lib/FormValidator/LazyWay/Utils.pm 
    4444Makefile.PL 
    45 MANIFEST 
     45MANIFEST                        This list of files 
    4646META.yml 
    4747README 
    48 t/00-load.t 
    4948t/01-login-sample.t 
    5049t/02-regex_map.t 
     
    7574t/message.t 
    7675t/message_fail.t 
    77 t/pod-coverage.t 
    78 t/pod.t 
    7976t/rule-japanese-hiragana-bytes.t 
    8077t/rule-japanese-hiragana.t 
  • lang/perl/FormValidator-LazyWay/trunk/lib/FormValidator/LazyWay.pm

    r19210 r26618  
    1111use FormValidator::LazyWay::Utils; 
    1212use FormValidator::LazyWay::Result; 
    13 use Data::Visitor::Encode; 
    1413use Carp; 
    1514use Data::Dumper; 
     15use Data::Visitor::Encode; 
     16 
     17our $VERSION = '0.01'; 
    1618 
    1719__PACKAGE__->mk_accessors(qw/config unicode rule message fix filter/);