From: Vincent Pit Date: Fri, 4 Jan 2013 12:22:19 +0000 (+0100) Subject: Require perl 5.6.1 X-Git-Tag: v0.22~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=832f6a4eae21bec85e1cb1043fbc41fcf59cbfcd Require perl 5.6.1 --- diff --git a/Makefile.PL b/Makefile.PL index 2ad090a..905fa9f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.006; +use 5.006001; use strict; use warnings; @@ -95,7 +95,7 @@ WriteMakefile( @DEFINES, BUILD_REQUIRES => \%BUILD_REQUIRES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => '5.006', + MIN_PERL_VERSION => '5.006001', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README", diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 0fa3534..a782727 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -792,7 +792,7 @@ Despite this shortcoming, this XS version of L should still run way fa =head1 DEPENDENCIES -L 5.6. +L 5.6.1. A C compiler. This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard.