Mouse:::Meta::Method::Constructor is used only in pure perl mode
[gitmo/Mouse.git] / lib / Mouse / PurePerl.pm
index 8ff18ee..d2f04f3 100644 (file)
@@ -203,6 +203,8 @@ sub add_method {
 package
     Mouse::Meta::Class;
 
+use Mouse::Meta::Method::Constructor;
+
 sub constructor_class()   { 'Mouse::Meta::Method::Constructor' }
 
 sub is_anon_class{