TypeLibrary now uses list_all_builtin_type_constraints (phaylon)
phaylon [Sat, 17 Mar 2007 16:48:56 +0000 (16:48 +0000)]
lib/MooseX/TypeLibrary/Moose.pm

index aea1ac8..2254cb7 100644 (file)
@@ -9,7 +9,7 @@ use namespace::clean;
 # all available builtin types as short and long name
 my %BuiltIn_Storage 
   = map { ($_) x 2 } 
-    Moose::Util::TypeConstraints->list_all_type_constraints;
+    Moose::Util::TypeConstraints->list_all_builtin_type_constraints;
 
 # use prepopulated builtin hash as type storage
 sub type_storage { \%BuiltIn_Storage }