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