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