Skip Menu |

This queue is for tickets about the CHI CPAN distribution.

Report information
The Basics
Id: 52019
Status: resolved
Priority: 0/
Queue: CHI

People
Owner: JSWARTZ [...] cpan.org
Requestors: todd.caine [...] gmail.com
Cc:
AdminCc:

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



Subject: Class::MOP::Class::get_attribute_map is deprecated.
CHI::Driver calls: keys %{ __PACKAGE__->meta->get_attribute_map } The get_attribute_map is now deprecated in the latest version of Class::MOP. This can be changed to: __PACKAGE__->meta->get_attribute_list Thanks for such a sweet module..and your book "Effective Perl". Still my favorite Perl book after all these years. Thanks! Todd
Thanks. Fixed in 0.32. Wish I could take credit for Effective Perl, but I've never written a book. But glad you are finding use for CHI. :) On Tue Nov 24 00:08:28 2009, TCAINE wrote: Show quoted text
> > CHI::Driver calls: > > keys %{ __PACKAGE__->meta->get_attribute_map } > > The get_attribute_map is now deprecated in the latest version of > Class::MOP. This can be > changed to: > > __PACKAGE__->meta->get_attribute_list > > Thanks for such a sweet module..and your book "Effective Perl". Still > my favorite Perl book after > all these years. > > Thanks! > Todd