Skip Menu |

This queue is for tickets about the Class-Accessor CPAN distribution.

Report information
The Basics
Id: 21746
Status: resolved
Worked: 12 min
Priority: 0/
Queue: Class-Accessor

People
Owner: Nobody in particular
Requestors: blblack [...] gmail.com
Cc:
AdminCc:

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



Subject: $Class::Accessor::Fast::VERSION unparseable by Module::Build
Was working in 0.25, broken by a change in 0.27. Previously, Module::Build was capable of parsing $Class::Accessor::Fast::VERSION, and now it is not capable with the change that occured there, which breaks existing Build.PL scripts which required a specific version of Class::Accessor::Fast. bblack@evoc8:~/DBIx-Class-Schema-Loader> perl Build.PL Checking prerequisites... ./ - ERROR: Couldn't find a $VERSION in prerequisite Class::Accessor::Fast
I should also add that this appears to break some things w/ CPAN.pm as well. When 0.25 is installed, it wants to upgrade Class::Accessor to 0.27, but when 0.27 is installed, it wants to "upgrade" Class::Accessor::Fast from "undef" to 0.25 (undef because it can't parse the version either).
From: MSCHWERN [...] cpan.org
On Wed Sep 27 11:48:38 2006, BLBLACK wrote: Show quoted text
> > I should also add that this appears to break some things w/ CPAN.pm as > well. When 0.25 is installed, it wants to upgrade Class::Accessor to > 0.27, but when 0.27 is installed, it wants to "upgrade" > Class::Accessor::Fast from "undef" to 0.25 (undef because it can't parse > the version either).
Here's a "me too" on that.
Maybe one author per month should join this chain of chanting, "Me too." This caused bug 22763 to come to me. -- rjbs
On Sat Nov 25 10:49:00 2006, RJBS wrote: Show quoted text
> Maybe one author per month should join this chain of chanting, "Me too."
That works. And Class::Accessor::Fast should work now too. Version 0.30 is now on CPAN. -- Marty