]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
Bump perl dependency to 5.8
authorVincent Pit <vince@profvince.com>
Sat, 31 Jul 2010 14:27:26 +0000 (16:27 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 31 Jul 2010 14:27:26 +0000 (16:27 +0200)
Tests fail under 5.6.2 at least because of partial overloading support.

Makefile.PL

index 442433f2e26684df9b654f91363682bb98323346..9f26165f6d0aefec176842594bb078e0ac5be130 100644 (file)
@@ -1,4 +1,4 @@
-use 5.006;
+use 5.008;
 
 use strict;
 use warnings;
 
 use strict;
 use warnings;
@@ -51,7 +51,7 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
  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",
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text $file > \$(DISTVNAME)/README",