- Timestamp:
- 04/27/08 19:00:46 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/FormValidator-LazyWay/trunk/lib/FormValidator/LazyWay.pm
r10101 r10583 121 121 my $messages = {}; 122 122 123 no strict;124 123 for my $rule ( @{$rules} ) { 125 124 my $module = $rule; … … 129 128 130 129 my $module_entries = $module . '::'; 130 131 no strict 'refs'; 131 132 INTERNAL_LOOP: 132 133 foreach my $symbol ( keys %{$module_entries} ) { … … 139 140 } 140 141 } 141 }142 use strict;142 use strict; 143 } 143 144 144 145 return $messages; … … 224 225 =head2 constraints 225 226 227 =head1 INTERNALS 228 229 =head2 _get_messages 230 231 config->{rules} で指定した Rules にある mes_* の戻り値を 232 'RuleName::method' キーの値に入れたハッシュを返します。 233 226 234 =head1 AUTHOR 227 235
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)