Skip Menu |

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

Report information
The Basics
Id: 19069
Status: resolved
Priority: 0/
Queue: Class-Accessor

People
Owner: Nobody in particular
Requestors: leon [...] astray.com
Cc:
AdminCc:

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



Subject: New version breaks Class::Accessor::Class
Hello. Thanks a lot for the module! Just a little note to say that 0.25 breaks Class::Accesssor::Class. To see this, install Class::Accessor 0.25 and then install Class::Accessor::Class (whose tests will now fail). Actually, I get different error messages but it's probably the same cause. I like class accessors occasionally, so please have a look ;-) Leon
On Thu May 04 08:10:11 2006, LBROCARD wrote: Show quoted text
> Just a little note to say that 0.25 breaks Class::Accesssor::Class. To > see this, install Class::Accessor 0.25 and then install > Class::Accessor::Class (whose tests will now fail). Actually, I get > different error messages but it's probably the same cause.
Yuck. I really believe _mk_accessors was, once upon a time, not just a secret internal gut. Whatever the case, Class::Accessor::Class no longer relies on the guts of Class::Accessor and does its own installation. This may be a teeny bit inefficient, but it works again, which counts for more. 0.500 coming soon to a mirror near you. -- rjbs
Sorry about the 13 month lag. On Thu Jun 08 22:19:07 2006, RJBS wrote: Show quoted text
> > Yuck. I really believe _mk_accessors was, once upon a time, not just a > secret internal gut.
Unsure. I don't think it was ever documented, and the leading underscore suggested private to me, so I changed it. Show quoted text
> Whatever the case, Class::Accessor::Class no > longer relies on the guts of Class::Accessor and does its own > installation. This may be a teeny bit inefficient, but it works again, > which counts for more.
At some point (not today) I may refactor _mk_accessors in a way that you can use. If that happens I will document the interface to stop it changing in future. -- Marty