Skip Menu |

This queue is for tickets about the Pod-Weaver-Section-ClassMopper CPAN distribution.

Report information
The Basics
Id: 73869
Status: resolved
Priority: 0/
Queue: Pod-Weaver-Section-ClassMopper

People
Owner: dhouston [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Fails with Moose 2.0401
As per subject. Table confronting Moose version with test result: http://analysis.cpantesters.org/reports_by_field?distv=Pod-Weaver-Section-ClassMopper-1.112250;field=mod%3AMoose;order=2nd I also verified it by upgrading an arbitrary perl that had a pass with Moose 2.0205. After the upgrade to 2.0401 it had a fail. HTH && Thanks && Regards,
Tested with Moose 2.041 on Perl 5.12.4; this appears to be fixed and released. The cause of the failure was the final "did it work" test, comparing ultimate POD output. The list of methods to ignore was hardcoded. This has been changed to default the list to anything Moose::Object provides. Additionally, Class::Load::load_class has been used instead of Class::MOP::load_class.