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