diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-11-22 17:55:17 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-11-22 17:55:17 +0000 |
commit | a500b25a5344f706749468868700f4c5e48ff813 (patch) | |
tree | c260fb0b885aa11c25859dd6004592641e14ecdc /.gitignore | |
parent | f86d720ebb7ad53ce8b1c12cee66586eabffe0c8 (diff) | |
download | perl-a500b25a5344f706749468868700f4c5e48ff813.tar.gz |
Revert part of 8629b8cee5
As BinGOs noted, all the EUMM testing should be happening in File::Temp
generated tempdirs under cpan/ExtUtils-MakeMaker/t/ so it handles being
run in parallel.
So the fact that lib/Big/(Dummy|Liar).pm are being created on Windows when
building/testing with GCC (but seemingly not MSVC++) is a bug somewhere.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 833c053d24..acd0fc1f95 100644 --- a/.gitignore +++ b/.gitignore @@ -134,8 +134,6 @@ xlib/ # test byproducts ext/Test-Harness/t/ext/ -lib/Big/Dummy.pm -lib/Big/Liar.pm t/rantests t/tmp* t/perl |