it relys on the one in Moose::Object
- added roles attribute and some methods to support
roles consuming roles
+
+ * Moose
+ - Moose no longer creates a subtype for your class
+ if a subtype of the same name already exists, this
+ should DWIM in 99.9999% of all cases
+
+ * Moose::Util::TypeConstraints
+ - fixed bug where incorrect subtype conflicts were
+ being reported
+ - added tests for this
0.03_02 Wed. April 12, 2006
* Moose
sub _dump_type_constraints {
require Data::Dumper;
- Data::Dumper::Dumper \%TYPES;
+ Data::Dumper::Dumper(\%TYPES);
}
sub _create_type_constraint {