Remove another level of indentation for even more short-circuiting of
[gitmo/Moose.git] / lib / Moose / Meta /
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 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-09 Stevan Little fixing bug
2008-07-08 Stevan Little some refactoring of handles
2008-07-04 Stevan Little 0.54
2008-07-03 Stevan Little 0.55 setup
2008-07-03 Stevan Little setting up 0.53
2008-07-02 Wallace Reis added legal_options_for_inheritance
2008-06-28 Yuval Kogman remove my cargoculted abuse of ref() (it never returns...
2008-06-27 Shawn M Moore Follow through on the standard that attribute names...
2008-06-27 Shawn M Moore Bump to 0.52
2008-06-27 Shawn M Moore Bump us up to 0.51
2008-06-27 Stevan Little fixing the handles stuff so that it works cleanly for...
2008-06-26 Yuval Kogman avoid uninitialized warning on ->new(nonref)
2008-06-26 Yuval Kogman test for BUILDARGS
2008-06-26 Yuval Kogman BUILDARGS, but no tests yet
2008-06-24 Shawn M Moore Fix another typo
2008-06-24 Shawn M Moore Add support for meta_attr->does("ShortAlias")
2008-06-23 Stevan Little fixing the POD stuff
2008-06-23 Dave Rolsky Make the immutable constructor provide the same nice...
2008-06-21 Yuval Kogman more null_constraint checks
2008-06-21 Yuval Kogman more aggressive optimization of types with no checking...
2008-06-19 Dave Rolsky This change gets Recipe 11 working. Here are the detail...
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-06-12 Guillermo Roditi teeny bug
2008-06-10 Stevan Little now uses *_package_symbol HASH ref versions
2008-06-04 Stevan Little some speed gains and a new test
2008-06-03 Yuval Kogman Fix Evan's required/writer/accessor bug
2008-05-29 Stevan Little 0.48
2008-05-28 Stevan Little fixing the destructor, so it doesnt need to be created
2008-05-28 Stevan Little initialize cleanup
2008-05-28 Stevan Little adding error message
2008-05-27 Stevan Little some speedups in Moose
2008-05-25 Stevan Little 0.45
2008-05-25 Stevan Little 0.45
2008-05-24 Dave Rolsky add a trustme for intialize_body, rather than actually...
2008-05-24 Robert Boone so Moose::Meta::Method::Constructor can pass pod_coverage
2008-05-24 Shawn M Moore Add a confess to intialize_body in the Moose::Meta...
2008-05-23 Shawn M Moore Allow trigger on ro (or no-accessor) attributes
2008-05-19 Stevan Little no more XS mah!
2008-05-16 Stevan Little trunk working again
2008-05-13 Stevan Little fixing the trigger/constructor bug
2008-05-13 Jonathan Rockway use correct metaclass when applying roles to instances
2008-04-29 Stevan Little fixing stuff
2008-04-24 Yuval Kogman support traits/metaclasses in clone_and_inherit_whateve...
2008-04-24 Yuval Kogman metaclass and traits interpolation moved to Meta::Attribute
2008-04-24 Yuval Kogman more refactoring of _process_attribute
2008-04-24 Yuval Kogman Move the short name resolution magic of metaclass/trait...
2008-04-20 Tomas Doran Allow overriding of metaclass and traits in has '+...
2008-04-18 Yuval Kogman Allow type coercions to be declared from anon types
2008-04-17 Stevan Little cleaning up stuff;
2008-04-17 Stevan Little adding the applied_traits method to attr
2008-04-16 Stevan Little adding changes and fixing some version numbers and...
2008-04-16 Yuval Kogman inner() and super() no longer increment sub_generation...
2008-04-14 Yuval Kogman allow isa => SomeRandomClass in +foo attr declarations
2008-04-13 Yuval Kogman finish role tc test
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-13 Yuval Kogman Move the override logic into Method::Override
2008-04-13 Stevan Little fixing trigger/coerce bug, adding test and reformating...
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Stevan Little Changelog
2008-04-12 Yuval Kogman add notes for the 'equals' method borkedness
2008-04-12 Yuval Kogman add the C<parents> method to TypeConstraint, which...
2008-04-12 Yuval Kogman add C<equals> method to TypeConstraint, and make use...
2008-04-12 Yuval Kogman add 'class' attr to TypeConstraint::Class
2008-04-12 Yuval Kogman fix typo in initialize_body method
2008-04-06 Stevan Little what is done for isa should be done for does, so it...
2008-04-03 Stevan Little s/die/croak/
2008-03-31 Shawn M Moore When an attribute property is malformed (such as lazy...
2008-03-28 Stevan Little some doc tweaks and removing the ->includes_type from...
2008-03-28 Shawn M Moore Inherited attributes may now be extended without restri...
next