bump version to 0.66
[gitmo/Moose.git] / lib / Moose / Meta / Attribute.pm
2009-02-03 Dave Rolsky bump version to 0.66 0.66
2009-02-03 Dave Rolsky bump copyright date to 2009
2009-01-23 Dave Rolsky add a delegation_metaclass method to MM::Attribute...
2009-01-22 Dave Rolsky bump version to 0.65 0.65
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-12 Yuval Kogman make use of definition_context
2008-12-31 Dave Rolsky add release date and bump version
2008-12-22 Shawn M Moore Rename verify_type_constraint to verify_against_type_co...
2008-12-21 Shawn M Moore Actually, call that verify_type_constraint
2008-12-21 Shawn M Moore Moose::Meta::Attribute->check_type_constraint
2008-12-21 Shawn M Moore We don't use RegExpr anywhere else, use the standard...
2008-12-14 Shawn M Moore Support for parameterized traits in attributes
2008-12-14 Shawn M Moore Make this trait code a little more malleable
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-26 Tomas Doran Make removing attributes also remove their installed...
2008-11-01 Dave Rolsky used perl-reversion to bump version to 0.61
2008-10-27 Chris Prather load_class for a Role if the Role isn't already loaded...
2008-10-23 Dave Rolsky bump all versions to 0.60
2008-10-21 Dave Rolsky Make gross construct ever so slightly less gross in...
2008-10-14 Dave Rolsky bump version to 0.59 0.59
2008-10-12 Dave Rolsky Fix a typo that is apparently syntactically just fine
2008-09-16 Yuval Kogman error tests and fixes
2008-09-15 Dave Rolsky Move the generation of delegation methods into MM:...
2008-09-11 Dave Rolsky Add Moose::Meta::Method::Delegation and use it for...
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-01 Dave Rolsky Split out calling an attribute's builder into its own...
2008-08-26 Tomas Doran Add a load of docs to some of the under documented...
2008-08-20 Tomas Doran Fix type coersion of lazy values accessed using the...
2008-08-10 Yuval Kogman don't use compute_all_applicable_methods anymore
2008-08-04 Shawn M Moore Bump to 0.56
2008-07-30 Dave Rolsky Fix all references to cookbook recipes
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-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-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 Merge 'trunk' into 'pluggable_errors'
2008-06-26 Yuval Kogman Method::Accessor throw_error code
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 Yuval Kogman import no longer necessary
2008-06-23 Yuval Kogman throw_error in Attribute
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-06-12 Guillermo Roditi teeny bug
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-23 Shawn M Moore Allow trigger on ro (or no-accessor) attributes
2008-05-19 Stevan Little no more XS mah!
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-20 Tomas Doran Allow overriding of metaclass and traits in has '+...
2008-04-17 Stevan Little cleaning up stuff;
2008-04-17 Stevan Little adding the applied_traits method to attr
2008-04-14 Yuval Kogman allow isa => SomeRandomClass in +foo attr declarations
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-06 Stevan Little what is done for isa should be done for does, so it...
2008-03-31 Shawn M Moore When an attribute property is malformed (such as lazy...
2008-03-28 Shawn M Moore Inherited attributes may now be extended without restri...
2008-03-27 Shawn M Moore Implementation of TypeConstraint::Union->includes_type...
2008-03-15 Stevan Little POD-COVERAGE SUCKS!
2008-03-14 Stevan Little some changes
2008-02-24 Stevan Little has +name from role officially supported
2008-02-16 Stevan Little fixing delegation
2008-02-16 Stevan Little fixing delegation
2008-02-15 Stevan Little whoops nother bug, dammit
2008-02-15 Stevan Little changelog on it
2008-02-15 Stevan Little whoops
2008-02-14 Stevan Little 0.37
2008-02-11 Stevan Little a bug fix and some tweaks 0_37
2008-02-06 Ricardo SIGNES for use with Class-MOP-initializer
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2008-01-27 Yuval Kogman die in Attribute::_process_options if the attr is requi...
2008-01-26 Yuval Kogman init_arg can be undef
2008-01-26 Shawn M Moore (no commit message)
2008-01-26 Shawn M Moore Give an error message when a handles attribute's object...
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-13 Yuval Kogman faster type constraints
2008-01-10 Stevan Little doc fixes, version updates and changelog
2008-01-08 Yuval Kogman overload::Overloaded calls are superflous, overlaod...
2008-01-07 Yuval Kogman use Sub::Name when installing attr methods into a class...
2008-01-07 Yuval Kogman be a little more anal about when we skip certain method...
2007-12-31 Stevan Little updating copyright dates
2007-12-30 Stevan Little refactor in progress, beware (still passing all my...
2007-12-29 Yuval Kogman minor doc fix
2007-11-28 Stevan Little some basic cleanup
2007-11-28 Stevan Little some basic cleanup
next