bump version to 1.10 so we can dep on it in Moose
[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