working without XS
[gitmo/Class-MOP.git] / t / 003_methods.t
index 0946d49..53b957e 100644 (file)
@@ -7,6 +7,7 @@ use Test::More tests => 66;
 use Test::Exception;
 
 use Scalar::Util qw/reftype/;
+use Sub::Name ();
 
 BEGIN {
     use_ok('Class::MOP');