Checking in changes prior to tagging of version 0.44. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Exporter.pm
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-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 Start to support "use Mouse -traits => ..."
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
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-31 gfx Use bit-or, not simple assignment
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-27 gfx Remove debugging code
2009-10-26 gfx Version 0.40_01
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-19 gfx Mouse and Mouse::Roles does export their sugars to...
2009-10-19 gfx Add "use Mouse -traits => [...]" support, but not yet...
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
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-09 gfx Fix meta initialization in Mouse::Exporter
2009-10-09 gfx Add build_import_methods to Mouse::Exporter
2009-10-08 gfx Add newline to the end of the file
2009-10-08 gfx Fix Mouse::Exporter to work with Mouse::Tiny
2009-10-07 gfx Fix a bit
2009-10-07 gfx Make Mouse::Exporter to provide export_to_level() and...
2009-10-07 gfx Tweaks and documenting Mouse::Exporter
2009-10-07 gfx Fix several issue on Mouse::Exporter
2009-10-07 gfx s/group/groups/
2009-10-07 gfx Refactor and optimize Mouse::Exporter
2009-10-06 gfx Fix do_unimport and related stuff
2009-10-06 gfx Work for Mouse::Exporter