merge trunk to method-changes branch
[gitmo/Moose.git] / lib /
2008-09-13 Dave Rolsky merge trunk to method-changes branch
2008-09-12 Dave Rolsky The super-duper fix metaclass update.
2008-09-12 Dave Rolsky Do not unimport functions which we explicitly re-export...
2008-09-11 Dave Rolsky Actually implement associated_attribute for delegation...
2008-09-11 Dave Rolsky Add Moose::Meta::Method::Delegation and use it for...
2008-09-11 Dave Rolsky No more alias_method for roles either. This meant more...
2008-09-11 Dave Rolsky Make docs match reality
2008-09-11 Dave Rolsky Make this class subclass Moose::Meta::Method, which...
2008-09-08 Dave Rolsky Add some tests for the error handling in Moose::Object...
2008-09-05 Matt Kraai Add a missing "a" to Moose::Intro.
2008-09-04 Dave Rolsky Add an example of delegation too.
2008-09-04 Dave Rolsky Turn on coercion for birth_date
2008-09-04 Dave Rolsky Fix links to role recipes
2008-09-04 Paul Driver Matt Kraai's spelling fixes for Moose::Intro
2008-09-04 Yuval Kogman Moose::throw_error -> Moose->throw_error
2008-09-04 Yuval Kogman foo
2008-09-04 Yuval Kogman Merge branch 'pluggable_errors'
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Dave Rolsky Tweak the extending text a little
2008-09-04 Dave Rolsky Be more consistent in styling and wording of definitions
2008-09-04 Dave Rolsky Mention extensibility of Moose too
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-04 Yuval Kogman bah
2008-09-03 Dave Rolsky bump version and update changes for release later today...
2008-09-03 Dave Rolsky Actually track exactly what coderefs we export by strin...
2008-09-03 Dave Rolsky Clarify that there's just one intentional bug
2008-09-03 Dave Rolsky $self should be %self if we use map like that
2008-09-03 Matt S Trout fix types with stringifyable TC objects
2008-09-03 Dave Rolsky add mention of BUILD in Intro
2008-09-03 Dave Rolsky Fix coercions
2008-09-03 Dave Rolsky Be consistent in terms of first/second person
2008-09-03 Dave Rolsky Add Moose::Unsweetened, parallel examples of classes...
2008-09-03 Dave Rolsky Fix a code goofup. Add a link to Moose::Unsweetened.
2008-09-03 Dave Rolsky Fix attribute name
2008-09-03 Dave Rolsky Rename delegation to make it more distinct
2008-09-03 Dave Rolsky Add a definition for immutabilization, and a WHAT NEXT...
2008-09-03 Dave Rolsky More wordsmithing, general cleanup, speling fixes,...
2008-09-02 Dave Rolsky The new Moose::Intro.
2008-09-02 Dave Rolsky I figure I can reasonably add my name here now.
2008-09-02 Dave Rolsky Moving justification to Moose::Intro too. Also removed...
2008-09-02 Dave Rolsky Cut out some extending junk which is better covered...
2008-09-02 Dave Rolsky Doc constructor_class & destructor_class accessors
2008-09-02 Dave Rolsky Add some examples of object construction to the synopsi...
2008-09-02 Paul Driver Another spelling error. Pedantic, ain't it?
2008-09-02 Paul Driver Tiny little spelling error in Moose::Cookbook::Extendin...
2008-09-01 Dave Rolsky Handle the case where $instance ends up resolving to...
2008-09-01 Dave Rolsky Pass the invocant name to _inline_check_lazy for consis...
2008-09-01 Dave Rolsky Split out calling an attribute's builder into its own...
2008-09-01 Dave Rolsky bump version to 0.56 and update changes for release 0.56
2008-09-01 Dave Rolsky Remove references to
2008-09-01 Dave Rolsky require stable MOP 0.65
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-31 Dave Rolsky recipe was missing a number
2008-08-31 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-30 Jonathan Rockway use the mathematical definition of "natural number...
2008-08-30 Shawn M Moore Don't load in Data::Dumper (we don't even use it here!)
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-30 Dave Rolsky bump the Class::MOP dep to 0.64_07
2008-08-29 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky When we reinitialize from the super meta class, we...
2008-08-29 Dave Rolsky revert back to code as it was before my depths into...
2008-08-29 Dave Rolsky This is about 50% of the way towards making
2008-08-29 Dave Rolsky require the latest MOP 0.55_02
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-29 Dave Rolsky More tweaking of t0m's doc changes
2008-08-29 Dave Rolsky a little tweaking of t0m's doc changes
2008-08-29 Dave Rolsky Merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky Remove comment about updating the package cache flag...
2008-08-29 Dave Rolsky Adding a role changes the method map, but it will not...
2008-08-28 Dave Rolsky add a comment about package cache flags
2008-08-28 Tomas Doran Add an explanation about Roles/Traits and the differenc...
2008-08-27 Dave Rolsky Add a long comment detailing what's not quite right...
2008-08-27 Dave Rolsky document subclass problem with metaclass roles
2008-08-27 Dave Rolsky Rename $meta to $super_meta in _fix_metaclass_incompati...
2008-08-27 Dave Rolsky Remove another level of indentation for even more short...
2008-08-27 Dave Rolsky Remove some comments that are bogus now that we check...
2008-08-27 Dave Rolsky Refactored/reformatted _fix_metaclass_incompatibility...
2008-08-27 Dave Rolsky No need to remove the metaclass when we're calling...
2008-08-27 Dave Rolsky wrote extending recipe2 (role for object base class)
2008-08-27 Dave Rolsky Fix copyright year
2008-08-27 Dave Rolsky Add caveat about metarole experimental-ness
2008-08-26 Tomas Doran Add a load of docs to some of the under documented...
2008-08-26 Dave Rolsky Mark extending recipe 2 as TODO
2008-08-26 Dave Rolsky Added an overview "recipe" for Moose extensions
2008-08-26 Dave Rolsky renamed some recipes in prep for adding extension intro
2008-08-26 Dave Rolsky Re-implemented metaclass traits using Moose::Util:...
2008-08-25 Dave Rolsky Add warning to this MetaRole docs that it might go...
2008-08-25 Dave Rolsky Merge trunk to meta-role-helper branch
2008-08-25 Dave Rolsky Add docs for Moose::Util::MetaRole
2008-08-25 Dave Rolsky Implemented Moose::Util::MetaRole, which lets you apply...
2008-08-24 Dave Rolsky Doh, the SYNOPSIS was totally wrong.
2008-08-21 Dave Rolsky make Perl 5.8+ requirement explicit in both Makefile...
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
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
next