From: Vincent Pit Date: Sat, 7 Feb 2009 20:13:13 +0000 (+0100) Subject: Require perl 5.8 X-Git-Tag: v0.29~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=c9093dd650fe5e0229e16db9a60f521ec4046552 Require perl 5.8 --- diff --git a/Makefile.PL b/Makefile.PL index ac7488c..3614cf9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.007003; +use 5.008; use strict; use warnings; @@ -76,7 +76,7 @@ WriteMakefile( 'Exporter' => 0, 'XSLoader' => 0 }, - MIN_PERL_VERSION => 5.007003, + MIN_PERL_VERSION => 5.008, META_MERGE => \%META, dist => { PREOP => 'pod2text lib/Variable/Magic.pm > $(DISTVNAME)/README', diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 2700f71..179605e 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -1,6 +1,6 @@ package Variable::Magic; -use 5.007003; +use 5.008; use strict; use warnings; @@ -464,7 +464,7 @@ If you define a wizard with a C callback and cast it on itself, this destr =head1 DEPENDENCIES -L 5.7.3. +L 5.8. L (standard since perl 5), L (standard since perl 5.006).