Add a failing test for the following construct, which explodes due to metaclass incom...
authorShawn M Moore <sartak@gmail.com>
Thu, 11 Sep 2008 06:39:57 +0000 (06:39 +0000)
committerShawn M Moore <sartak@gmail.com>
Thu, 11 Sep 2008 06:39:57 +0000 (06:39 +0000)
commit3c822aeb4a98cd3b84507aa0618926acc5918d41
tree6ac07a87ccd857b93b6a273420399fd1a20e4c22
parent3ce5143912e8c9995e1251073377e155a81af82e
Add a failing test for the following construct, which explodes due to metaclass incompatibility:

package Parent;
use Moose -traits => ...;
package Child;
use base 'Parent';
t/050_metaclasses/017_traits_plain_subclass.t [new file with mode: 0644]