More type constraint fixes for edge cases in is_a_type_of and is_a_subtype_of when...
[gitmo/Moose.git] / lib / Moose / Meta /
2008-10-07 Tomas Doran More type constraint fixes for edge cases in is_a_type_...
2008-10-06 Dave Rolsky Refactor this method to get rid of the indentation...
2008-09-30 Todd Hepler make sure we can create an anon class that has a requir...
2008-09-18 Dave Rolsky Document error_class attribute.
2008-09-16 Todd Hepler check for a valid attribute name in Moose::Meta::Role
2008-09-16 Dave Rolsky This need to subclass Class::MOP::Method::Generated too
2008-09-16 Dave Rolsky No need for default to be a sub when it just returns...
2008-09-16 Dave Rolsky Need to load the error class or tests fail
2008-09-16 Yuval Kogman remove old comment
2008-09-16 Yuval Kogman rename 'error' error parameter to 'last_error'
2008-09-16 Yuval Kogman error_class is now the one true way
2008-09-16 Yuval Kogman error tests and fixes
2008-09-15 Dave Rolsky Move the generation of delegation methods into MM:...
2008-09-15 Dave Rolsky merge trunk to method-changes branch
2008-09-14 Dave Rolsky Fix docs for parameterize
2008-09-14 Dave Rolsky There's no need ot expose Parameterizable's ->parse_typ...
2008-09-14 Dave Rolsky Fix method name in docs
2008-09-14 Dave Rolsky Yes, I know it's a string, that's why we're parsing...
2008-09-14 Dave Rolsky Tidy some funky code.
2008-09-14 Dave Rolsky Doc check_metaclass_compatibility
2008-09-14 Dave Rolsky Weaken anon class metaclasses after updating them in...
2008-09-14 Dave Rolsky Simply fix metaclass incompat before we check if it...
2008-09-14 Dave Rolsky Add comment on my voodoo line which makes all my tests...
2008-09-14 Dave Rolsky There's no need for _fix_metaclass_compatibility to...
2008-09-13 Dave Rolsky More metaclass compatibility handling.
2008-09-13 Dave Rolsky Fix the spelling of compatibility in here too.
2008-09-12 Dave Rolsky The super-duper fix metaclass update.
2008-09-12 John Napiorkowski added a method to normalize incoming type constraint...
2008-09-12 John Napiorkowski - moved the ->parameterize tests to own test suite
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-11 John Napiorkowski removed debugging code, all tests are passing, added...
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
2008-09-11 John Napiorkowski first go at some test cases and basic implementation
2008-09-04 Yuval Kogman Moose::throw_error -> Moose->throw_error
2008-09-04 Yuval Kogman foo
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 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-02 Dave Rolsky Doc constructor_class & destructor_class accessors
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-08-31 Dave Rolsky bump version to 0.55_04
2008-08-31 Dave Rolsky merge trunk to meta-role-helper branch
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-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 bump version to 0.55_02
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-27 Dave Rolsky Add a long comment detailing what's not quite right...
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-26 Tomas Doran Add a load of docs to some of the under documented...
2008-08-26 Dave Rolsky Re-implemented metaclass traits using Moose::Util:...
2008-08-25 Dave Rolsky Implemented Moose::Util::MetaRole, which lets you apply...
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 package cache flag methods for Role
2008-08-16 Yuval Kogman Role::add_method
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-14 Yuval Kogman remove ->meta from _fix_metaclass_compatibility
2008-08-14 Yuval Kogman pass hashrefs to _new
2008-08-13 Yuval Kogman make more things immutable
2008-08-13 Yuval Kogman also accept hash refs to new_object and friends
2008-08-13 Dave Rolsky Fix spelling of "recommended"
2008-08-12 Dave Rolsky Reimplemented metaclass traits with Moose::Exporter...
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 Yuval Kogman use package cache flag in Moose::Meta::Role
2008-08-08 Yuval Kogman remove Perl 6 attribute naming style
2008-08-05 Tomas Doran Fix the inlined code generated for immutable constructo...
2008-08-04 Shawn M Moore Bump to 0.56
2008-07-30 Dave Rolsky Fix all references to cookbook recipes
2008-07-24 Yuval Kogman ignore metaclass in superclasses if it isn't a Class...
2008-07-23 Wallace Reis minor doc fix
2008-07-22 Stevan Little rolling back
2008-07-18 Paul Driver Updated some documentation
2008-07-18 Paul Driver Added support for fancy triggers, and a test.
2008-07-14 Yuval Kogman Constructor throw_error
next