summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-07-07 12:38:05 +0100
committerDavid Mitchell <davem@iabyn.com>2009-07-07 12:38:05 +0100
commite037adc588a0bceed0303fcb5b1982995b33686a (patch)
tree76c15f6b2b88443996b539305647dfd15c54a55c /ext
parenta4f9a02cefca01b4fd5c23a6c1050fbcc67712a9 (diff)
downloadperl-e037adc588a0bceed0303fcb5b1982995b33686a.tar.gz
Revert "temporary hack to make Win32API-File build under maint"
This reverts commit 00e0b152e4ddec7f51f78e3de2d4aeb0232d647e. should not longer be needed now EU::MM 6.53_03 is here
Diffstat (limited to 'ext')
-rw-r--r--ext/Win32API-File/Makefile.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/Win32API-File/Makefile.PL b/ext/Win32API-File/Makefile.PL
index ade8bfae40..6e5511a4bf 100644
--- a/ext/Win32API-File/Makefile.PL
+++ b/ext/Win32API-File/Makefile.PL
@@ -31,8 +31,7 @@ WriteMakefile(
'PREREQ_PM' => {
'IO::File' => 0, #build
'File::Spec' => 0, #build
- # XXX tmp ignore to stop build failures
- # 'Math::BigInt' => 0,
+ 'Math::BigInt' => 0,
'Win32' => 0,
}
);