Changeset 2788 for lang/perl/Catalyst-Plugin-FormValidator-Lazy/trunk/lib/Catalyst/Plugin/FormValidator/Lazy.pm
- Timestamp:
- 12/07/07 17:21:25 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Catalyst-Plugin-FormValidator-Lazy/trunk/lib/Catalyst/Plugin/FormValidator/Lazy.pm
r2780 r2788 7 7 use Data::FormValidator; 8 8 9 our $VERSION = '0.0 4';9 our $VERSION = '0.05'; 10 10 11 11 #{{{ setup … … 45 45 } 46 46 #}}} 47 48 sub prepare { 49 my $c = shift; 50 $c = $c->NEXT::prepare(@_); 51 $c->{form} = Data::FormValidator->check( $c->request->parameters, {} ); 52 return $c; 53 } 47 54 48 55 #{{{ form
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)