rt63818 bugfix for false 'also' circular ref error
[gitmo/Moose.git] / lib / Moose / Exporter.pm
2012-05-26 wickline rt63818 bugfix for false 'also' circular ref error
2012-05-06 Jesse Luehrs keep the same return value init_meta had previously
2012-04-30 Jesse Luehrs fix init_meta order when multiple also package are...
2012-03-17 Dave Rolsky Fix perigrin's spelling
2012-03-17 Jesse Luehrs update the docs
2012-03-17 Jesse Luehrs move metarole application from init_meta to the end...
2012-03-17 Chris Prather add a note about multi-level exports
2012-03-17 Jesse Luehrs meta_lookup needs to propagate downwards, if unspecified
2012-03-17 Jesse Luehrs fix the order of init_meta calls, when nesting
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-08-29 Shawn M Moore Flesh out meta_lookup doc a little more
2011-08-29 Shawn M Moore meta_lookup doc
2011-08-29 Shawn M Moore Rename meta_generator to meta_lookup
2011-08-29 Shawn M Moore First pass at a meta_generator option for Moose::Exporter
2011-07-25 Dave Rolsky Fix up weird indentation in code example (3-space indent?)
2011-07-25 Jesse Luehrs clean up the moose::exporter doc additions a bit
2011-07-23 Paweł Murias Mention that the import method can take a into argument in
2011-04-21 Jesse Luehrs this is unnecessary (and broken on <5.8.8)
2011-03-19 Dave Rolsky A little code tidying
2011-03-19 Dave Rolsky Remove unused variable
2011-02-15 Chris Prather Reverse the output from _follow_also
2010-12-28 Dave Rolsky Fix XS loading to actually use the right VERSION var
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-27 Dave Rolsky Merged CMOP into Moose
2010-12-26 Dave Rolsky Beginning of dzilization
2010-11-19 Dave Rolsky bump copyright year to 2010
2010-11-19 Dave Rolsky Bump version to 1.9900 for new version numbering scheme
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-18 Dave Rolsky Bump version to 1.16
2010-10-17 Dave Rolsky This module doesn't need Moose::Deprecated
2010-10-17 Dave Rolsky Small typo fix
2010-10-10 Florian Ragwitz Avoid removing previously imported symbols
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-27 Jesse Luehrs tests for meta_name
2010-09-27 Jesse Luehrs actually, why not make the meta method renameable
2010-09-27 Jesse Luehrs first pass at allowing Moose and Moose::Role to omit...
2010-09-27 Jesse Luehrs add trait_aliases option to Moose::Exporter
2010-09-21 Dave Rolsky bump version to 1.14 1.14
2010-09-13 Dave Rolsky bump version to 1.13 1.13
2010-08-28 Dave Rolsky bump version to 1.12 1.12
2010-08-28 Dave Rolsky bump version to 1.11
2010-08-20 Dave Rolsky Bump version to 1.10
2010-07-25 Dave Rolsky bump version to 1.09 1.09
2010-07-24 Dave Rolsky Fix reference to old MetaRole function name
2010-07-24 Dave Rolsky Remove with_caller from the deprecations
2010-07-24 Dave Rolsky Add Moose::Deprecated, and clean up use of deprecated...
2010-07-19 Jesse Luehrs use the correct option name
2010-07-04 Dave Rolsky Revert the change that unimported strict ...
2010-06-15 Jesse Luehrs version bump 1.08
2010-06-05 Florian Ragwitz Version 1.07 1.07
2010-06-01 Florian Ragwitz Version 1.06 1.06
2010-05-20 Florian Ragwitz Version 1.05 1.05
2010-05-20 Florian Ragwitz Version 1.04 1.04
2010-05-16 Jesse Luehrs no strict and no warnings when 'no Moose' is called
2010-05-06 Florian Ragwitz Version 1.03. 1.03
2010-05-01 Florian Ragwitz Version 1.02. 1.02
2010-03-26 Florian Ragwitz Version 1.01. 1.01
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-08 Florian Ragwitz Version 0.99. 0.99
2010-02-10 Dave Rolsky bump version to 0.98
2010-02-10 Dave Rolsky bump version to 0.97 0.97
2010-02-06 Florian Ragwitz Version 0.96. 0.96
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-01-18 Dave Rolsky set version to 0.94
2010-01-05 Dave Rolsky bump version to 0.93_03 0.93_03
2010-01-05 Dave Rolsky bump version to 0.93_02 0.93_02
2010-01-04 Dave Rolsky Do the $XS_VERSION trick to make XSLoader happy with...
2010-01-04 Dave Rolsky bump version to 0.93_01
2010-01-04 Dave Rolsky add BUGS section to docs without one
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2010-01-04 Dave Rolsky Doc unimport handling of re-exports
2010-01-02 Dave Rolsky Squashed commit of the following:
2009-12-15 Florian Ragwitz Unimport blessed and confess unless they've been replac...
2009-12-13 Florian Ragwitz Remove leftovers of export_to_main.
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-10-14 Yuval Kogman allow exporting to main
2009-09-22 Dave Rolsky bump version to 0.92
2009-09-17 Dave Rolsky bump version to 0.91 0.91
2009-09-15 Jesse Luehrs remove dead code from when the exporter groups feature...
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-12 Shawn M Moore Quote the "also" in the error message for clarity
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-07 Dave Rolsky Move checking for sub existence and warning to a method...
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Removed undocumented groups feature Moose::Exporter...
2009-09-07 Dave Rolsky Use with_meta in favor of with_caller, which is deprecated
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Revise docs for new init_meta generation
2009-09-07 Dave Rolsky Run new code through perltidy
2009-09-06 Jesse Luehrs warn (and skip) when trying to export a nonexistent sub
2009-09-06 Jesse Luehrs allow init_meta generation with Moose::Exporter
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-08-13 Dave Rolsky bump version to 0.89
2009-08-12 Jesse Luehrs allow role options in the -traits parameter to use...
2009-08-11 Jesse Luehrs add alias resolution for "use Moose -metaclass"
2009-07-24 Dave Rolsky bump version to 0.88 0.88
2009-07-07 Dave Rolsky bump version to 0.87 0.87
2009-07-03 Dave Rolsky bump version to 0.86
next