Allow buidl with older ExtUtils::ParseXS
This commit is contained in:
parent
68111cc3a5
commit
fa4f8c5f6d
@ -1,17 +1,18 @@
|
||||
diff --git a/Build.PL b/Build.PL
|
||||
index 9c25124..e224f81 100644
|
||||
index 9c25124..73e3321 100644
|
||||
--- a/Build.PL
|
||||
+++ b/Build.PL
|
||||
@@ -9,7 +9,7 @@ use File::Spec;
|
||||
@@ -9,15 +9,15 @@ use File::Spec;
|
||||
my %prereqs = qw(
|
||||
Boost::Geometry::Utils 0.15
|
||||
Encode::Locale 0
|
||||
- ExtUtils::MakeMaker 6.80
|
||||
- ExtUtils::ParseXS 3.22
|
||||
+ ExtUtils::MakeMaker 6.70
|
||||
ExtUtils::ParseXS 3.22
|
||||
+ ExtUtils::ParseXS 3.18
|
||||
File::Basename 0
|
||||
File::Spec 0
|
||||
@@ -17,7 +17,7 @@ my %prereqs = qw(
|
||||
Getopt::Long 0
|
||||
Math::ConvexHull::MonotoneChain 0.01
|
||||
Math::Geometry::Voronoi 1.3
|
||||
Math::PlanePath 53
|
||||
|
Loading…
x
Reference in New Issue
Block a user