Require ExtUtils::ParseXS 3.22 instead of forcing 3.18_04
This commit is contained in:
parent
dc049dfa1e
commit
ff5cc9a17a
5
Build.PL
5
Build.PL
@ -10,6 +10,7 @@ my %prereqs = qw(
|
|||||||
Boost::Geometry::Utils 0.15
|
Boost::Geometry::Utils 0.15
|
||||||
Encode::Locale 0
|
Encode::Locale 0
|
||||||
ExtUtils::MakeMaker 6.80
|
ExtUtils::MakeMaker 6.80
|
||||||
|
ExtUtils::ParseXS 3.22
|
||||||
File::Basename 0
|
File::Basename 0
|
||||||
File::Spec 0
|
File::Spec 0
|
||||||
Getopt::Long 0
|
Getopt::Long 0
|
||||||
@ -121,10 +122,6 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$gui) {
|
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
|
# clean xs directory before reinstalling, to make sure Build is called
|
||||||
# with current perl binary
|
# with current perl binary
|
||||||
if (-e './xs/Build') {
|
if (-e './xs/Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user