gitmo/Moose.git
2008-08-20 Dave Rolsky Fix version # in README 0_55_01
2008-08-20 Dave Rolsky Require MOP 0.64_01
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-20 Yuval Kogman changelog
2008-08-20 Dave Rolsky Changes for next release (which will be a dev release)
2008-08-20 Dave Rolsky Various style changes and de-messification
2008-08-20 Dave Rolsky Fix t0m's spelling
2008-08-20 Tomas Doran Fix type coersion of lazy values accessed using the...
2008-08-16 Yuval Kogman wrap_method
2008-08-16 Yuval Kogman remove %METAS lexical from Moose::Role, Class::MOP...
2008-08-16 Yuval Kogman metaclass option for Role::init_meta
2008-08-16 Yuval Kogman package cache flag methods for Role
2008-08-16 Yuval Kogman Role::add_method
2008-08-16 Yuval Kogman localize %seen instead of resetting it
2008-08-15 Yuval Kogman metaclass compatibility checking/fixing corrections
2008-08-15 Yuval Kogman get_all_methods in immutable memoization list
2008-08-15 Yuval Kogman pass in @_ % 2 == 1 for compat
2008-08-15 Yuval Kogman improve error message for existing &meta
2008-08-14 Yuval Kogman Remove ->meta from Moose::Meta::Role
2008-08-14 Yuval Kogman remove ->meta from _fix_metaclass_compatibility
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 Add some tests for goto &Moose::import
2008-08-14 Yuval Kogman pass hashrefs to _new
2008-08-14 Dave Rolsky Minor doc fix and a formatting tweak
2008-08-13 Yuval Kogman also immutablize Parametrizable
2008-08-13 Yuval Kogman make more things immutable
2008-08-13 Yuval Kogman use hash ref in Moose::Object::new
2008-08-13 Yuval Kogman also accept hash refs to new_object and friends
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-13 Dave Rolsky Fix spelling of "recommended"
2008-08-12 Dave Rolsky Tweak wording of "New to Moose" section.
2008-08-12 Dave Rolsky Add a reference to the cookbook very early in the Moose...
2008-08-12 Dave Rolsky add meta recipe5 to changes and manifest
2008-08-12 Dave Rolsky Wrote meta recipe 5 - metaclass traits
2008-08-12 Dave Rolsky Say that Moose::init_meta is deprecated.
2008-08-12 Dave Rolsky Mention metaclass traits in Changes
2008-08-12 Dave Rolsky Documented metaclass traits, and moved trait name resol...
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-11 Dave Rolsky Yay, merging the moose-exporter branch into trunk....
2008-08-11 Dave Rolsky Update manifest (why is this in source control?!)
2008-08-11 Dave Rolsky Merge from trunk to moose-exporter branch
2008-08-10 Yuval Kogman don't use compute_all_applicable_methods anymore
2008-08-10 Yuval Kogman recalculating the method map updates the cache flag
2008-08-10 Dave Rolsky merge from trunk to moose-exporter branch
2008-08-10 Yuval Kogman use package cache flag in Moose::Meta::Role
2008-08-08 Yuval Kogman remove Perl 6 attribute naming style
2008-08-08 Yuval Kogman no auto install
2008-08-08 Dave Rolsky Fix a typo in the class name
2008-08-08 Dave Rolsky Document the init_meta method.
2008-08-08 Dave Rolsky Small doc tweak (better wording)
2008-08-08 Dave Rolsky Make Moose::Util::TypeConstraints use Moose::Exporter...
2008-08-08 Dave Rolsky Updated changes for latest recipe tweaks
2008-08-08 Dave Rolsky Took a mostly editorial (as opposed to content) pass...
2008-08-08 Dave Rolsky Fix order of changes
2008-08-08 Dave Rolsky Update changes for Moose::Exporter branch
2008-08-08 Dave Rolsky merge trunk to moose-exporter branch
2008-08-08 Dave Rolsky No need for 0.57 when 0.56 isn't yet released
2008-08-07 Dave Rolsky Document also parameter and how init_meta is called.
2008-08-07 Dave Rolsky Updated the extending recipes to use Moose::Exporter.
2008-08-07 Dave Rolsky Fix spelling of init_meta in error
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 Add test count
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 Add Moose::_get_caller for more backwards compat
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 Matt S Trout test calling has() from outside of package
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 Redo this so we can have a per-module list of methods...
2008-08-06 Dave Rolsky Might as well be explicit about requiring namespace...
2008-08-06 Dave Rolsky Require the latest namespace::clean
2008-08-06 Dave Rolsky Removed __CURRY_EXPORTS_FOR_CLASS__
2008-08-06 Dave Rolsky Missed a few use_ok calls that started warning now...
2008-08-06 Dave Rolsky Add a test for loading Moose::Role into main (which...
2008-08-06 Dave Rolsky Step 2: eliminate the need for import and unimport...
2008-08-06 Dave Rolsky Move init_meta() to the end to match Moose.pm
2008-08-06 Dave Rolsky Step 1: Moose::Exporter lets Moose ...
2008-08-06 Dave Rolsky a branch for experimenting with my notional Moose:...
2008-08-05 Dave Rolsky Revised Basics Recipe 1 a fair bit ...
2008-08-05 Tomas Doran Fix the inlined code generated for immutable constructo...
2008-08-05 Shawn M Moore Hide remove_keywords a bit, rename it to _remove_keywor...
2008-08-05 Dave Rolsky Some of the test code was formatted very weirdly (tabs...
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-08-04 Dave Rolsky Perltidy this code a bit.
2008-08-04 Dave Rolsky Moose->unimport has to be caled as a method for the...
2008-08-04 Shawn M Moore Add a remove_keywords function so if you extend Moose...
2008-08-04 Shawn M Moore Bump to 0.56
2008-08-04 Shawn M Moore Update MANIFEST 0_55
next