Skip Menu |

This queue is for tickets about the NNML CPAN distribution.

Report information
The Basics
Id: 18879
Status: resolved
Priority: 0/
Queue: NNML

People
Owner: Nobody in particular
Requestors: quanah [...] stanford.edu
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.13
Fixed in: (no value)



Subject: NNML fails to build under perl 5.8.8
When trying to build NNML 1.13 under Perl 5.8.8, I find it no longer works. After running perl Makefile.PL, it finishes going through the "init" subroutine, and creates Config.PM with the values I specify. Once that is completed, it dies with the error: You should better enter them on the command line when running nnmirror. Default passwd on remote server? [] Default passwd on local server? [] Can't use string ("1") as a HASH ref while "strict refs" in use at /usr/pubsw/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 422, <DATA> line 147. wrap: /usr/newsw/bin/perl Makefile.PL INSTALLDIRS=vendor failed with exit status 255
Subject: Re: [rt.cpan.org #18879] AutoReply: NNML fails to build under perl 5.8.8
Date: Sat, 22 Apr 2006 13:22:16 -0700
To: bug-NNML [...] rt.cpan.org
From: Quanah Gibson-Mount <quanah [...] stanford.edu>
--On Saturday, April 22, 2006 3:59 PM -0400 Bugs in NNML via RT <bug-NNML@rt.cpan.org> wrote: The following patch fixes the problem: --- Makefile.PL.orig 2006-04-22 13:20:13.000000000 -0700 +++ Makefile.PL 2006-04-22 13:21:55.000000000 -0700 @@ -164,6 +164,7 @@ print FH; } close(FH); + return {}; } sub MY::postamble { -- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
Sorry for the delay, integrated your fix in a new version 1.14.