Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 12254
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: Nobody in particular
Requestors: robin.venables [...] central-networks.co.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 6.27
Fixed in: (no value)



Subject: Error in &ExtUtils::MM_AIX
IBM AIX 5.3.0.1 Perl 5.8.6 ExtUtils-MakeMaker-6.27 I'm trying to build Compress::Zlib. Running "perl Makefile.PL" gives the following: Show quoted text
cpan> look Compress::Zlib
Running look for module Compress::Zlib Trying to open a subshell in the build directory... Working directory is /usr/local/src/.cpan/build/Compress-Zlib-1.34 $ perl Makefile.PL Parsing config.in... Building Zlib enabled Looks Good. Up/Downgrade complete. Checking if your kit is complete... Looks good Undefined subroutine &ExtUtils::MM_AIX::neatvalue called at /usr/local/lib/perl5/5.8.6/ExtUtils/MM_AIX.pm line 55. $ There is no Makefile generated.
Date: Tue, 12 Apr 2005 12:50:47 -0700
From: Michael G Schwern <schwern [...] pobox.com>
To: Guest via RT <bug-ExtUtils-MakeMaker [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #12254] Error in &ExtUtils::MM_AIX
RT-Send-Cc:
On Tue, Apr 12, 2005 at 06:35:51AM -0400, Guest via RT wrote: Show quoted text
> Undefined subroutine &ExtUtils::MM_AIX::neatvalue called at /usr/local/lib/perl5/5.8.6/ExtUtils/MM_AIX.pm line 55.
Has already been fixed and will be in 6.28. Meanwhile you can pull the latest version out of the repository here. http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker/trunk/ Its safe, the changes since 6.27 have been very minor.