Skip to content

Commit

Permalink
demote the minimum required perl to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Apr 18, 2009
1 parent 1a4e105 commit 99a1086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
@@ -1,4 +1,4 @@
use 5.008005;
use 5.006;
use strict;
use inc::Module::Install 0.77;

Expand All @@ -16,7 +16,7 @@ license 'perl';
author 'Gabor Szabo';
all_from 'lib/Test/Snapshots.pm';

requires 'perl' => '5.008005';
requires 'perl' => '5.006';
requires 'Exporter' => 0;
requires 'Carp' => 0;
requires 'File::Basename' => 0;
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Snapshots.pm
Expand Up @@ -2,7 +2,7 @@ package Test::Snapshots;
use strict;
use warnings;

use 5.008005;
use 5.006;

our $VERSION = '0.02';

Expand Down

0 comments on commit 99a1086

Please sign in to comment.