Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Moos CPAN distribution.

Report information
The Basics
Id: 81314
Status: resolved
Priority: 0/
Queue: Moos

People
Owner: Nobody in particular
Requestors: perl [...] toby.ink
Cc:
AdminCc:

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



Subject: Moos "extends" makes the same mistake Moo did with $_
See https://rt.cpan.org/Ticket/Display.html?id=81072 This: eval "require $_" for @parent; Should be: for my $m (@parent) { eval "require $m" };
Further discussion and explanations on the Moo bug here: http://www.perlmonks.org/?node_id=1003110
fixed in 0.15