Use Scalar::Util/Carp imports for brevity
[gitmo/Mouse.git] / lib / Mouse / Object.pm
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-04 Shawn M Moore builder now called in the constructor
2008-06-04 Shawn M Moore Verify type constraints in the constructor
2008-06-03 Shawn M Moore Import Mouse