Checking in changes prior to tagging of version 0.50_02. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Object.pm
2010-02-20 gfx Checking in changes prior to tagging of version 0.50_02... 0.50_02
2010-02-13 gfx Checking in changes prior to tagging of version 0.50_01... 0.50_01
2010-02-08 gfx Checking in changes prior to tagging of version 0.50... 0.50
2010-02-02 gfx Checking in changes prior to tagging of version 0.49... 0.49
2010-01-31 gfx Checking in changes prior to tagging of version 0.48... 0.48
2010-01-15 gfx Checking in changes prior to tagging of version 0.47... 0.47
2010-01-09 gfx Checking in changes prior to tagging of version 0.46... 0.46
2009-12-22 gfx Checking in changes prior to tagging of version 0.4501... 0.4501
2009-12-19 gfx Checking in changes prior to tagging of version 0.45...
2009-12-16 gfx Move BUILDALL and DEMOLISHALL into XS
2009-12-09 gfx Checking in changes prior to tagging of version 0.44... 0.44
2009-12-07 gfx Checking in changes prior to tagging of version 0.43... 0.43
2009-12-07 gfx Fix a typo in the pod
2009-12-05 gfx Checking in changes prior to tagging of version 0.42... 0.42
2009-12-05 gfx Checking in changes prior to tagging of version 0.41... 0.41
2009-12-05 gfx Tidy
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-17 gfx Fix many 0.40_07
2009-11-17 gfx Mouse::Object has meta() method
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-16 gfx DEMOLISH to XS
2009-11-16 gfx Move Mouse::Object::new to PurePerl.pm
2009-11-16 gfx Add Mouse::Object::new in XS
2009-11-15 gfx XS constructor
2009-11-03 gfx Skip BUILDALL in the default constructor, and DEMOLISH...
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-10-30 gfx Checking in changes prior to tagging of version 0.40_03... 0.40_03
2009-10-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx Use get_code_ref()
2009-10-24 gfx Merge branch 'master' into blead
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-15 gfx Fix an issue in Mouse::Object::new to throw informative...
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Fix RT #50422
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add VERSION section to pods
2009-10-10 gfx Add localization of $@ and $? in DESTROY
2009-10-07 gfx Switch to Mouse::Exporter
2009-09-28 gfx Tweaks for pods
2009-09-28 gfx Add descriptions to pods
2009-09-25 gfx Tidy
2009-09-25 gfx Improve documents
2009-09-25 gfx Tidy
2009-09-24 gfx Refactor many many things
2009-09-24 gfx Add some tests
2009-09-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-21 gfx Use throw_error() instead of confess()
2009-09-21 gfx Remove duplications and cleanup
2009-09-20 gfx Add has_x_method_modifiers, but not yet tested
2009-09-20 gfx Refactoring
2009-09-17 gfx Fix meta() and initialize() for more compatibility
2009-05-27 Shawn M Moore mro::get_linear_isa -> Mouse::Util::get_linear_isa
2009-05-27 Shawn M Moore If the metaclass has been collected, use mro::linearize...
2009-04-10 Tokuhiro Matsuno class-mop says 'The compute_all_applicable_attributes...
2009-04-01 Shawn M Moore Forbid undef passed to new for Moose compat
2009-04-01 Shawn M Moore Remove third argument to trigger
2009-03-27 Nick Woolley Implemented Moose::Object::does, borrowing from Moose...
2009-02-14 Chris Prather Add dump method from Moose::Object into Mouse::Object
2008-12-22 Shawn M Moore Rename the method to verify_against_type_constraint...
2008-12-09 Shawn M Moore Comments, style
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-05 大沢 和宏 set instance to attributes default code
2008-12-05 Shawn M Moore Fix for default in a constructor reported and tested...
2008-12-03 Tokuhiro Matsuno - inject object constructor when call meta->make_immutable.
2008-12-02 大沢 和宏 fixed bug, problem of coercer feature is moose compat
2008-12-02 大沢 和宏 added to coerce feature
2008-09-28 Shawn M Moore weaken for Mouse::Util which will load up Scalar::Util
2008-09-11 Shawn M Moore Remove blessed from Mouse::Object because it's not...
2008-09-11 Shawn M Moore Remove MRO::Compat from Mouse::Object, it now uses...
2008-09-11 Shawn M Moore Remove before/around triggers
2008-07-16 Shawn M Moore More consistent header
2008-07-16 Shawn M Moore Implement around triggers in the constructor
2008-07-16 Shawn M Moore Support before and after triggers in the constructor
2008-06-28 Yuval Kogman silence BUILD used only once warning
2008-06-27 Shawn M Moore Document BUILDARGS
2008-06-26 Yuval Kogman BUILDARGS
2008-06-13 Shawn M Moore Add support for undef init_arg
2008-06-11 Shawn M Moore Use compute_all_applicable_attributes instead of get_at...
2008-06-11 Shawn M Moore Add support for ->new({...})
2008-06-10 Shawn M Moore Fix the order that BUILD methods are called in (thanks...
2008-06-10 Shawn M Moore Use the correct hash keys with init_arg in the constructor
2008-06-10 Shawn M Moore Moose compat: init_arg is not used for the hash key...
2008-06-10 Shawn M Moore Moose compat: the weak_ref reader is spelled is_weak_re...
2008-06-10 Shawn M Moore Moose compat: Remove Mouse::Class->attributes method...
2008-06-10 Shawn M Moore Moose compat: required error message tweak
2008-06-10 Shawn M Moore Little nits
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