Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 20961
Status: resolved
Priority: 0/
Queue: version

People
Owner: jpeacock [...] cpan.org
Requestors: scottk [...] mandriva.org
Cc:
AdminCc:

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



Subject: version-0.67 build error
Date: Sat, 12 Aug 2006 08:47:47 -0600
To: bug-version [...] rt.cpan.org
From: Scott Karns <scottk [...] mandriva.org>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Distribution name and version: version-0.67 Perl version info: This is perl, v5.8.7 built for i386-linux Output of uname -a: Linux localhost 2.6.12-24mdk #1 Mon Jul 17 15:00:15 MDT 2006 i686\ AMD Athlon(tm) XP 2500+ unknown GNU/Linux Bug description: Unable to build version-0.67 with Module::Build 0.2805. Error is: ./Build Can't locate object method "up_to_date" via package "version::Builder"\ (perhaps you forgot to load "version::Builder"?) at ./Build line 45. This error does not occur with Module::Build 0.2801 - -- Scott Karns -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org iD8DBQFE3eoTbeNsprvEu+kRAvKqAJ9hxnh1ORu9mxDmud4+HgNUFi98XwCdGgMG RpA73yDOQWU09L+vF9l3hHI= =G8Z2 -----END PGP SIGNATURE-----
This appears to be a problem with Module::Build (and I've referred the ticket to them). If you apply the following diff: === Build.PL ================================================================== --- Build.PL (revision 237) +++ Build.PL (local) @@ -5,7 +5,7 @@ my $class = Module::Build->subclass ( - class => 'version::Builder', +# class => 'version::Builder', code => q{ sub ACTION_dist{ my $self = shift; version-0.67 will build correctly with Module::Build 0.2805. If it isn't fixed soonish in Module::Build, I'll release a new version.pm... John
version-0.6701 released to CPAN to resolve this bug. John