]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Require perl 5.8
authorVincent Pit <vince@profvince.com>
Sat, 7 Feb 2009 20:13:13 +0000 (21:13 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 7 Feb 2009 20:13:13 +0000 (21:13 +0100)
Makefile.PL
lib/Variable/Magic.pm

index ac7488c94d244722a20a818a707043f956e078ed..3614cf9c696ab29f5a1c2c7629a89bf39e2d3229 100644 (file)
@@ -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',
index 2700f7112ef08381f73ba5bbe9a785d141cc8258..179605ed1be97874555348dbf3ae6da488e2a818 100644 (file)
@@ -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<free> callback and cast it on itself, this destr
 
 =head1 DEPENDENCIES
 
-L<perl> 5.7.3.
+L<perl> 5.8.
 
 L<Carp> (standard since perl 5), L<XSLoader> (standard since perl 5.006).