Subject: | cruft from old versions (Moose::Meta::Attribute::Native::MethodProvider::Array) |
I'm not sure how important this is... maybe unimportant. I'm also not
sure it's a bug with Moose but not sure. I have a script that upgrades
all CPAN libraries on the system. This is periodically necessary in
CentOS-- when they upgrade the perl 5.8.8 binary it seems like linkings
change and some XS stuff breaks, and I like to keep up to date. But
when the script finds
Moose::Meta::Attribute::Native::MethodProvider::Array and tries to
upgrade it, it tries to install Moose 1.14, since that package is no
longer a part of Moose. Should the installer look for cruft from old
versions? Should CPAN? Maybe this is a deficiency of CPAN. If I were
in debian I would use dh-make-perl and keep them packaged for apt-get,
but I'm not sure how to do that easily with yum without a lot of headache.
Mark