From: Alexandr Ciornii Date: Tue, 7 Jul 2009 06:46:02 +0000 (+0300) Subject: new versions of deps due to fixed ExtUtils::Depends X-Git-Tag: 0.005008~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c7fa6ac81cadd56e406b83997657e9640fbf3dda;p=p5sagit%2FDevel-Declare.git new versions of deps due to fixed ExtUtils::Depends --- diff --git a/Makefile.PL b/Makefile.PL index af8d9c7..0fc1ac6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,15 +7,18 @@ use ExtUtils::Depends; name 'Devel-Declare'; all_from 'lib/Devel/Declare.pm'; -requires 'Scalar::Util'; -requires 'B::Hooks::OP::Check' => '0.10'; +requires 'Scalar::Util' => 1.11; # set_prototype appeared in this version +requires 'B::Hooks::OP::Check' => '0.18'; requires 'B::Hooks::EndOfScope' => '0.05'; requires 'Sub::Name'; -build_requires 'B::Hooks::OP::Check' => '0.10'; +build_requires 'B::Hooks::OP::Check' => '0.18'; -configure_requires 'ExtUtils::Depends'; -configure_requires 'B::Hooks::OP::Check' => '0.10'; +# minimum version that works on Win32+gcc +configure_requires 'ExtUtils::Depends' => 0.302; + +# minimum version that depends on ExtUtils::Depends 0.302 +configure_requires 'B::Hooks::OP::Check' => '0.18'; postamble(<<'EOM'); $(OBJECT) : stolen_chunk_of_toke.c