Begin adding Mouse::TypeRegistry. All that's there for now is Bool
[gitmo/Mouse.git] / lib / Mouse.pm
index 1c06330..d2b2fc6 100644 (file)
@@ -12,6 +12,7 @@ use Scalar::Util 'blessed';
 use Mouse::Attribute;
 use Mouse::Class;
 use Mouse::Object;
+use Mouse::TypeRegistry;
 
 do {
     my $CALLER;