Skip to content

Commit

Permalink
Add test form
Browse files Browse the repository at this point in the history
  • Loading branch information
gerda.shank@gmail.com committed Jan 29, 2009
1 parent 0af4ddd commit 49e6e48
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions t/lib/Form/Two.pm
@@ -0,0 +1,11 @@
package Form::Two;

use HTML::FormHandler::Moose;
extends 'Form::Test';

has '+name' => ( default => 'FormTwo' );
has_field 'new_field' => ( required => 1 );
has_field 'optname' => ( required => 1, temp => 'Txxt' );

no HTML::FormHandler::Moose;
1;

0 comments on commit 49e6e48

Please sign in to comment.