Remove numbers from our tests
[gitmo/Moose.git] / t / cmop / lib / TestClassLoaded.pm
CommitLineData
38bf2a25 1package TestClassLoaded;
2use strict;
3use warnings;
4
5sub a_method { 'a_method' }
6
71;
8