Skip to content

Commit

Permalink
Specify minimum Perl version of 5.8.0 in Build.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor N. Purdy, Sr committed May 6, 2012
1 parent 2fc4c73 commit cd2f854
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Build.PL
Expand Up @@ -7,6 +7,9 @@ my $builder = Module::Build->new(
license => 'perl',
dist_author => 'Gregor N. Purdy, Sr. <gnp@acm.org>',
dist_version_from => 'lib/MAS/TIFF/File.pm',
requires => {
'perl' => '5.008000',
},
);

$builder->create_build_script();

0 comments on commit cd2f854

Please sign in to comment.