Checking in changes prior to tagging of version 0.40_09. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Destructor.pm
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-12-03 gfx Add meta() method to method metaclasses
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-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-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 Fix the NAME in Mouse::Meta::Method::Destructor
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
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-09 gfx Tidy for release
2009-10-07 gfx More compatibility
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-03 gfx Fix issues on 5.6.2
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
2009-09-25 gfx Tidy
2008-12-09 Shawn M Moore More tweaks
2008-12-06 Tokuhiro Matsuno always inject method to DESTROY
2008-12-06 Tokuhiro Matsuno inject empty DESTRUCT method for performance improvement.
2008-12-04 Tokuhiro Matsuno shortcut the flow for micro optimization.
2008-12-03 Tokuhiro Matsuno generate DESTROY method for performance improvement