gitmo/Mouse.git
2008-06-10 Shawn M Moore Unknown type constraints are now interpreted as blessed...
2008-06-10 Shawn M Moore Ignore autogenerated files
2008-06-10 Shawn M Moore Eek my original name is showing!
2008-06-10 Shawn M Moore Some doc updates
2008-06-10 Shawn M Moore Use Scalar::Util/Carp imports for brevity
2008-06-10 Shawn M Moore More methodification, change some names to be what...
2008-06-10 Shawn M Moore Use methods on attribute instead of poking directly...
2008-06-10 Shawn M Moore If we re-import Mouse, don't thrash the class's supercl...
2008-06-10 Shawn M Moore Implementation of ClassName, borrowed from Moose
2008-06-10 Shawn M Moore Nums are Strs too
2008-06-10 Shawn M Moore Implementations for all of the types except ClassName
2008-06-10 Shawn M Moore Refactor the input of the type-constraint tests, tests...
2008-06-09 Shawn M Moore Use "undef" and avoid uninitialized warnings when the...
2008-06-09 Shawn M Moore Tests and implementation for Undef/Defined types
2008-06-04 Shawn M Moore builder now called in the constructor
2008-06-04 Shawn M Moore Tests for builder
2008-06-04 Shawn M Moore Tests for bool, lock down the error message in the...
2008-06-04 Shawn M Moore Verify type constraints in the constructor
2008-06-04 Shawn M Moore Add predicates to the informational Mouse::Attribute...
2008-06-04 Shawn M Moore Check type constraint in the setter
2008-06-04 Shawn M Moore Begin adding Mouse::TypeRegistry. All that's there...
2008-06-04 Shawn M Moore isa -> type_constraint
2008-06-04 Shawn M Moore Future-proof init_arg => undef, that needs tests though
2008-06-04 Shawn M Moore Add the attribute to the metaclass before installing...
2008-06-04 Shawn M Moore Expand the isa tests a bit, all that's left is populati...
2008-06-04 Shawn M Moore Begin adding brute-force tests for "isa"
2008-06-03 Shawn M Moore Import Mouse