Add tests for a fake regex object ( bless {}, 'Regexp' )
[gitmo/Moose.git] / t / cmop / lib / TestClassLoaded.pm
1 package TestClassLoaded;
2 use strict;
3 use warnings;
4
5 sub a_method { 'a_method' }
6
7 1;
8