Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
delphinus35 committed Sep 2, 2012
1 parent 0ea752f commit 042fe6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.mkdn
Expand Up @@ -13,7 +13,7 @@ Amon2::Plugin::Web::FormValidator::Simple - Amon2 plugin
get '/user/{team}/{name}/' => sub {
my ($c) = @_;

# do validate
# do validation
$c->form(
team => [qw!NOT_BLANK!, [qw!LENGTH 1 10!]],
name => [qw!NOT_BLANK!, [qw!LENGTH 1 10!]],
Expand Down
2 changes: 1 addition & 1 deletion lib/Amon2/Plugin/Web/FormValidator/Simple.pm
Expand Up @@ -67,7 +67,7 @@ Amon2::Plugin::Web::FormValidator::Simple - Amon2 plugin
get '/user/{team}/{name}/' => sub {
my ($c) = @_;
# do validate
# do validation
$c->form(
team => [qw!NOT_BLANK!, [qw!LENGTH 1 10!]],
name => [qw!NOT_BLANK!, [qw!LENGTH 1 10!]],
Expand Down

0 comments on commit 042fe6b

Please sign in to comment.