No constant.pm
[gitmo/Mouse.git] / lib / Mouse / Exporter.pm
2010-02-26 gfx No constant.pm
2010-02-26 gfx Introduce install_subroutines() to reduce direct stash...
2010-02-23 gfx Remove extra spaces and comments; no functionality...
2010-02-22 gfx Checking in changes prior to tagging of version 0.50_03... 0.50_03
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-06 gfx Use new API for metaroles
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-16 gfx Fix the class for init_meta()
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-18 gfx Avoid autovivification
2009-12-18 gfx Tiny tweaks
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