Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-11-19 18:54:00 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-11-19 18:54:00 +0400
commitff5cc9a17a2e02a28ebb57e988ba8ff1c7e05acf (patch)
tree4a597ed23ee2d1b86077e16719751e4ba62b8265 /Build.PL
parentdc049dfa1e11a5c907afdcb17b9cd9ebd00333ae (diff)
Require ExtUtils::ParseXS 3.22 instead of forcing 3.18_04
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL5
1 files changed, 1 insertions, 4 deletions
diff --git a/Build.PL b/Build.PL
index 18bc772f8..d2f5a5b5f 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
@@ -121,10 +122,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') {