bump version to 0.65
[gitmo/Moose.git] / lib / Moose / Exporter.pm
2009-01-22 Dave Rolsky bump version to 0.65 0.65
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2008-12-31 Dave Rolsky add release date and bump version
2008-12-08 Dave Rolsky bump version to 0.63 0.63
2008-12-05 Dave Rolsky bump version and update Changes
2008-12-04 Dave Rolsky bump version and update changes. 0.62_01
2008-11-26 Dave Rolsky bump version to 0.62
2008-11-16 Tomas Doran Add a comment as per the traits case
2008-11-16 Tomas Doran Fix another reentrancy issue in Moose::Exporter by...
2008-11-09 Shawn M Moore Factor out wrapper creation so users can give a prototy...
2008-11-07 Dave Rolsky Add the version bits to all .pm files
2008-10-16 Dave Rolsky Fix bug with -traits to Moose
2008-09-29 Dave Rolsky The sugar subs are not called as methods.
2008-09-29 Shawn M Moore Include an example of how you define the sugar for...
2008-09-25 Dave Rolsky Oops, this is Moose::Exporter, not MooseX
2008-09-12 Dave Rolsky Do not unimport functions which we explicitly re-export...
2008-09-04 Yuval Kogman Moose::throw_error -> Moose->throw_error
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-03 Dave Rolsky Actually track exactly what coderefs we export by strin...
2008-08-26 Dave Rolsky Re-implemented metaclass traits using Moose::Util:...
2008-08-24 Dave Rolsky Doh, the SYNOPSIS was totally wrong.
2008-08-16 Yuval Kogman localize %seen instead of resetting it
2008-08-14 Dave Rolsky No need for arrayref with single argument to also
2008-08-14 Dave Rolsky More tests & fixes for the goto &Moose::import case.
2008-08-14 Dave Rolsky Whoops, the synopsis still had an old API
2008-08-14 Dave Rolsky Minor doc fix and a formatting tweak
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-12 Dave Rolsky Clarify handling of traits for class without init_meta
2008-08-12 Dave Rolsky If traits are provided but the exporting class does...
2008-08-12 Dave Rolsky Reimplemented metaclass traits with Moose::Exporter...
2008-08-11 Dave Rolsky Rename a method so it's clearer what it's doing.
2008-08-08 Dave Rolsky Make Moose::Util::TypeConstraints use Moose::Exporter...
2008-08-07 Dave Rolsky Document also parameter and how init_meta is called.
2008-08-07 Dave Rolsky More tests for unimport to make sure it _really_ acts...
2008-08-07 Dave Rolsky It turns out namespace::clean's different semantics...
2008-08-07 Dave Rolsky Moose::Exporter now ensures that _every_ init_meta...
2008-08-07 Dave Rolsky Made init_meta a public API again and got rid of init_m...
2008-08-07 Dave Rolsky Added the "also" param to Moose::Exporter, which allows...
2008-08-07 Dave Rolsky Narrow scope for $CALLER.
2008-08-07 Dave Rolsky Merged tests for export currying from trunk.
2008-08-06 Dave Rolsky Fix caller determination to work the same way as it...
2008-08-06 Dave Rolsky Revert the change to get rid of caller()-currying for...
2008-08-06 Dave Rolsky I realized that all the "with caller" wrapper stuff...
2008-08-06 Dave Rolsky Refactored the code so we have methods for making import &
2008-08-06 Dave Rolsky Tidy this method
2008-08-06 Dave Rolsky Might as well be explicit about requiring namespace...
2008-08-06 Dave Rolsky Removed __CURRY_EXPORTS_FOR_CLASS__
2008-08-06 Dave Rolsky Step 2: eliminate the need for import and unimport...
2008-08-06 Dave Rolsky Step 1: Moose::Exporter lets Moose ...