Skip to content

Commit

Permalink
Fixed invalid prereq specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
cromedome committed Jan 5, 2011
1 parent 4f2de3a commit 853d724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -8,7 +8,7 @@ my $builder = Module::Build->new(
dist_author => 'Jason A. Crome <cromedome@cpan.org>',
dist_version_from => 'lib/CGI/Application/Plugin/CAPTCHA.pm',
requires => {
'CGI::Application' => '>= 4.00',
'CGI::Application' => '4.00',
'GD::SecurityImage' => 0,
'Data::Random' => 0,
},
Expand Down

0 comments on commit 853d724

Please sign in to comment.