Skip Menu |

This queue is for tickets about the WWW-Newzbin CPAN distribution.

Report information
The Basics
Id: 34415
Status: resolved
Priority: 0/
Queue: WWW-Newzbin

People
Owner: chrisn [...] cpan.org
Requestors: deadjones [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.04
  • 0.05
Fixed in: 0.06



Subject: Makefile.PL buggy
Date: Mon, 24 Mar 2008 17:51:06 -1000
To: bug-WWW-Newzbin [...] rt.cpan.org
From: dead <deadjones [...] gmail.com>
Makefile.PL looks for LWP::UserAgent' => 2.36, The problem is that 2.036 is the latest. there's no 2.1+, so there cant possibly be a 2.3x. I've tried editing the Makefile.PL to reflect 2.036 but that doesn't work. It still continues looking for 2.36. dead@deadend:~/Desktop/WWW-Newzbin-0.04/WWW-Newzbin-0.04$ perl Makefile.PL Warning: prerequisite LWP::UserAgent 2.36 not found. We have 2.036. Writing Makefile for WWW::Newzbin
From: chrisn [...] cpan.org
Makefile.PL was automatically generated by some script from CPAN that I used to package this release (I think it may have been modulemaker from ExtUtils::ModuleMaker) - maybe it got confused by the zero following the decimal point. Weird. Either way, I've fixed this in 0.05, which is currently working its way around the mirrors. Please let me know if you have any more problems. -- CHRISN | Chris Novakovic email: chrisn@cpan.org
Furthermore, I've fixed the tests in t/001_load.t so they shouldn't bomb out during installation any more. Those changes have been made in 0.06, which should find its way onto the mirrors today. -- CHRISN | Chris Novakovic email: chrisn@cpan.org
WWW::Newzbin 0.06 just made it onto my nearest mirror, and it seems to fetch all dependencies and compile fine (CPAN.pm command-line utility output below). Thanks for reporting; please let me know if this crops up again in future. ------ Running make for C/CH/CHRISN/WWW/Newzbin/WWW-Newzbin-0.06.tar.gz Has already been unwrapped into directory /root/.cpan/build/WWW-Newzbin-0.06-wqx5uD CPAN.pm: Going to build C/CH/CHRISN/WWW/Newzbin/WWW-Newzbin-0.06.tar.gz cp lib/WWW/Newzbin.pm blib/lib/WWW/Newzbin.pm cp lib/WWW/Newzbin/Constants.pm blib/lib/WWW/Newzbin/Constants.pm Manifying blib/man3/WWW::Newzbin.3pm Manifying blib/man3/WWW::Newzbin::Constants.3pm CHRISN/WWW/Newzbin/WWW-Newzbin-0.06.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/001_load......ok All tests successful. Files=1, Tests=4, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.07 cusr 0.00 csys = 0.09 CPU) Result: PASS CHRISN/WWW/Newzbin/WWW-Newzbin-0.06.tar.gz /usr/bin/make test -- OK Running make install Prepending /root/.cpan/build/WWW-Newzbin-0.06-wqx5uD/blib/arch /root/.cpan/build/WWW-Newzbin-0.06-wqx5uD/blib/lib to PERL5LIB for 'install' Installing /usr/local/share/perl/5.8.8/WWW/Newzbin.pm Installing /usr/local/share/perl/5.8.8/WWW/Newzbin/Constants.pm Installing /usr/local/man/man3/WWW::Newzbin.3pm Installing /usr/local/man/man3/WWW::Newzbin::Constants.3pm Writing /usr/local/lib/perl/5.8.8/auto/WWW/Newzbin/.packlist Appending installation info to /usr/lib/perl/5.8/perllocal.pod CHRISN/WWW/Newzbin/WWW-Newzbin-0.06.tar.gz /usr/bin/make install -- OK -- CHRISN | Chris Novakovic email: chrisn@cpan.org