Changeset 15175 for lang/perl

Show
Ignore:
Timestamp:
07/05/08 03:47:21 (5 months ago)
Author:
vkgtaro
Message:

moose がまだよく分かってないなぁ。とりあえずカンマ多いっぽいので取った。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/FormValidator-LazyWay/trunk/lib/FormValidator/LazyWay/Setting.pm

    r15006 r15175  
    77has config      => ( is => 'ro', isa => 'HashRef', default => sub { {} } ); 
    88has setting => ( is => 'ro', isa => 'HashRef', default => sub { {} } ); 
    9 has modules => ( is => 'ro', isa => 'ArrayRef',, default => sub { [] } ); 
     9has modules => ( is => 'ro', isa => 'ArrayRef', default => sub { [] } ); 
    1010has labels   => ( is => 'ro', isa => 'HashRef', default => sub { {} } ); 
    1111has defaults => ( is => 'ro', isa => 'HashRef', default => sub { {} } );