clone and rebless when wrapping a method object
[gitmo/Class-MOP.git] / t / lib / TestClassLoaded.pm
CommitLineData
89f74416 1package TestClassLoaded;
2use strict;
3use warnings;
4
5sub a_method { 'a_method' }
6
71;
8