]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - Makefile.PL
Bump perl dependency to 5.8
[perl/modules/LaTeX-TikZ.git] / Makefile.PL
index 442433f2e26684df9b654f91363682bb98323346..9f26165f6d0aefec176842594bb078e0ac5be130 100644 (file)
@@ -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",