summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-07-10 09:52:53 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-09-15 16:08:11 +0100
commit30fbc7a94223a70a42ba18aee5531862bd5836c8 (patch)
tree27b580605176e20d802d6a5b3e8637a2443955d7
parent7f3c4eb624730bcc71e75500f295d193b9375fbc (diff)
downloadList-MoreUtils-tarball-baserock/richardipsum/no-dotgit-assumption.tar.gz
Don't make assumptions based on .git presencebaserock/richardipsum/no-dotgit-assumption
Don't assume that because we have .git we're not a release tarball
-rw-r--r--Makefile.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5efe744..2b607e5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -64,17 +64,6 @@ use ExtUtils::MakeMaker;
use inc::Config::AutoConf::LMU ();
-if ( -d ".git" )
-{
- eval "use Sandbox::Tumble ();";
- $@ and die $@;
- eval "use File::Path ();";
- File::Path->import;
- -d 't/xs' and rmtree('t/xs');
- -d 't/pureperl' and rmtree('t/pureperl');
- Sandbox::Tumble->tumble(qw(t));
-}
-
inc::Config::AutoConf::LMU->_set_argv(@ARGV); # XXX hack because we cannot construct for global use
my $loadable_xs = inc::Config::AutoConf::LMU->check_produce_loadable_xs_build();