Perform a ./Build distclean in ./xs automatically

grow-support
Alessandro Ranellucci 2013-07-26 17:16:26 +02:00
parent 995c68b57f
commit f69dc7201d
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ EOF
# 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';
system './xs/Build', 'distclean' if -e './xs/Build';
system $cpanm, '--reinstall', './xs';
}