In perl.git, the branch maint-5.10 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/00e0b152e4ddec7f51f78e3de2d4aeb0232d647e?hp=f86a0b8d0d5fbfb3d8ff4a3301f82c6912bb49ee>

- Log -----------------------------------------------------------------
commit 00e0b152e4ddec7f51f78e3de2d4aeb0232d647e
Author: David Mitchell <[email protected]>
Date:   Fri Jul 3 23:48:17 2009 +0100

    temporary hack to make Win32API-File build under maint
    should be removed after MakeMaker 6.54 is added
-----------------------------------------------------------------------

Summary of changes:
 ext/Win32API-File/Makefile.PL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ext/Win32API-File/Makefile.PL b/ext/Win32API-File/Makefile.PL
index 6e5511a..ade8bfa 100644
--- a/ext/Win32API-File/Makefile.PL
+++ b/ext/Win32API-File/Makefile.PL
@@ -31,7 +31,8 @@ WriteMakefile(
     'PREREQ_PM'        => {
         'IO::File' => 0, #build
         'File::Spec' => 0, #build
-        'Math::BigInt' => 0,
+        # XXX tmp ignore to stop build failures
+       # 'Math::BigInt' => 0,
         'Win32' => 0,
     }
 );

--
Perl5 Master Repository

Reply via email to