Remove all uses of CMOP::{load_class, is_class_loaded, load_first_existing_class...
[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