Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

Report information
The Basics
Id: 91303
Status: resolved
Priority: 0/
Queue: Shipwright

People
Owner: Nobody in particular
Requestors: mmagri [...] akamai.com
Cc:
AdminCc:

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



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
Hi Matt It's fixed in 2.4.39, which I uploaded to cpan just now. thanks for reporting this! -sunnavy On Tue Dec 10 14:11:38 2013, mmagri@akamai.com wrote: Show quoted text
> 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 >