Skip to content

Commit 03a68b6

Browse files
committed
zap obsolete var, minimum Perl 5.10
1 parent 7fdc20f commit 03a68b6

File tree

2 files changed

+74
-106
lines changed

2 files changed

+74
-106
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ WriteMakefile(
3737
? ('LICENSE' => 'perl')
3838
: ()
3939
),
40-
MIN_PERL_VERSION => 5.006,
40+
MIN_PERL_VERSION => 5.010,
4141
CONFIGURE_REQUIRES => {
4242
'ExtUtils::MakeMaker' => '6.64', # TEST_REQUIRES
4343
'Alien::Gnuplot' => 0,

0 commit comments

Comments
 (0)