Revert "Merge branch 'master' into topic/symbol-manipulator"
[gitmo/Class-MOP.git] / t / lib / TestClassLoaded.pm
1 package TestClassLoaded;
2 use strict;
3 use warnings;
4
5 sub a_method { 'a_method' }
6
7 1;
8