From f69dc7201dd4eea85966c02cfcd7989bf6a351b3 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 26 Jul 2013 17:16:26 +0200 Subject: [PATCH] Perform a ./Build distclean in ./xs automatically --- Build.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Build.PL b/Build.PL index 063df21ede..07a7f0b3af 100644 --- a/Build.PL +++ b/Build.PL @@ -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'; }