Changeset 17342
- Timestamp:
- 08/11/08 03:52:48 (5 years ago)
- Location:
- lang/perl/FormValidator-LazyWay/trunk
- Files:
-
- 1 added
- 2 modified
-
lib/FormValidator/LazyWay/Rule/Object.pm (modified) (2 diffs)
-
lib/FormValidator/LazyWay/Rule/Object/JA.pm (modified) (1 diff)
-
t/rule-object-true.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/FormValidator-LazyWay/trunk/lib/FormValidator/LazyWay/Rule/Object.pm
r17323 r17342 16 16 die 'please set format' unless $args->{format}; 17 17 return $text =~ m/$args->{format}/ ? 1 : 0 ; 18 } 19 20 sub true { 21 return 1; 18 22 } 19 23 … … 37 41 format : ^\d+$ 38 42 43 =head2 true 44 45 always true! 46 39 47 =head1 AUTHOR 40 48 -
lang/perl/FormValidator-LazyWay/trunk/lib/FormValidator/LazyWay/Rule/Object/JA.pm
r17325 r17342 7 7 sub boolean { '真又は偽' } 8 8 sub regexp { '正規表現' } 9 sub true { '真' } 9 10 10 11 1;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)