From: Vincent Pit Date: Sat, 31 Jul 2010 14:27:26 +0000 (+0200) Subject: Bump perl dependency to 5.8 X-Git-Tag: v0.02~21 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=commitdiff_plain;h=443ea2f52fd3e905e312a33e83cb2f49cdc28522 Bump perl dependency to 5.8 Tests fail under 5.6.2 at least because of partial overloading support. --- diff --git a/Makefile.PL b/Makefile.PL index 442433f..9f26165 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.006; +use 5.008; use strict; use warnings; @@ -51,7 +51,7 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.006, + MIN_PERL_VERSION => 5.008, META_MERGE => \%META, dist => { PREOP => "pod2text $file > \$(DISTVNAME)/README",