Skip to content

Commit

Permalink
Correct perl 5.010 requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky Bernstein committed Oct 26, 2011
1 parent cbe5d81 commit fa0f043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -32,7 +32,7 @@ my $builder = Module::Build->new(
needs_compiler => 0, needs_compiler => 0,
release_status => 'testing', release_status => 'testing',
requires => { requires => {
'requires' => '5.010', 'perl' => '5.010',
'Array::Columnize' => '0.3.5', 'Array::Columnize' => '0.3.5',
'ExtUtils::PkgConfig' => '1.03', 'ExtUtils::PkgConfig' => '1.03',
'Data::Dumper::Perltidy' => 0, 'Data::Dumper::Perltidy' => 0,
Expand Down

0 comments on commit fa0f043

Please sign in to comment.