Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-PrereqScanner CPAN distribution.

Report information
The Basics
Id: 84891
Status: rejected
Priority: 0/
Queue: Perl-PrereqScanner

People
Owner: Nobody in particular
Requestors: lxp [...] cpan.org
Cc:
AdminCc:

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



Subject: MooseX::Declare "extends" dependencies not recognised
When fed the following Perl code: use MooseX::Declare; class MyError extends Throwable::Error { use MooseX::StrictConstructor; } Perl::PrereqScanner correctly identifies MooseX::Declare and MooseX::StrictConstructor as prerequisites, but not Throwable::Error.
I do not intend to add core support for MooseX::Declare. Add-on scanners will need to be written. -- rjbs