Subject: | Shipwright is thinking a module that is no longer in core, is still in core |
Date: | Tue, 10 Dec 2013 14:11:20 -0500 |
To: | "bug-Shipwright [...] rt.cpan.org" <bug-Shipwright [...] rt.cpan.org> |
From: | Matt Magri <mmagri [...] akamai.com> |
Class::Meta includes Class::ISA in its META.yml, but Class::ISA is being
skipped, and shipwright is treating it as if it is in core. It used to
be in core (http://perlpunks.de/corelist/version?module=Class%3A%3AISA
indicates that Class::ISA was removed in 5.13.1), so perhaps this is as
simple as logic not expecting a module to be removed from core, but I
didn't delve deeply enough into the shipwright source to confirm
anything like that.
To reproduce this, you can use a perl >= 5.13 (I saw it with perl
5.14.4) and do an import of Class::Meta with the logging level turned up.
Matt