Make sure that applied_attribute roles don't spill over to other roles to during...
[gitmo/Moose.git] / t / 001_cmop / lib / TestClassLoaded3.pm
1 package TestClassLoaded3;
2 use strict;
3 use warnings;
4
5 our @ISA = 'Foo';
6
7 1;
8