From 46191bf254014cd929459bca818b226e283f030f Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 19 Apr 2014 17:03:43 +0200 Subject: [PATCH] Upgrade ExtUtils::ParseXS dependency because 3.18_04 was removed from CPAN --- Build.PL | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Build.PL b/Build.PL index f7117e667..9c2512402 100644 --- a/Build.PL +++ b/Build.PL @@ -10,6 +10,7 @@ my %prereqs = qw( Boost::Geometry::Utils 0.15 Encode::Locale 0 ExtUtils::MakeMaker 6.80 + ExtUtils::ParseXS 3.22 File::Basename 0 File::Spec 0 Getopt::Long 0 @@ -122,10 +123,6 @@ EOF } if (!$gui) { - # temporarily require this dev version until this upstream bug - # is resolved: https://rt.cpan.org/Ticket/Display.html?id=86367 - system $cpanm, 'SMUELLER/ExtUtils-ParseXS-3.18_04.tar.gz'; - # clean xs directory before reinstalling, to make sure Build is called # with current perl binary if (-e './xs/Build') {