Subject: | Non-Moo class can't inherit from Moo-based class. |
Date: | Tue, 30 Aug 2011 12:05:52 +1200 |
To: | bug-Moo [...] rt.cpan.org |
From: | Mark Lawrence <nomad [...] null.net> |
Scenario:
ClassA uses Moo.
ClassB inherits from ClassA by setting @ISA or 'use base', but does
not use Moo itself.
This worked up until commit e0e12d1608 (generate constructors in
subclasses on demand) when a deep recursion problem was introduced.
I think in prinicple there should be nothing stopping this scenario
from working.
Test case attached.
--
Mark Lawrence
Message body is not shown because sender requested not to inline it.