bump version to 0.75_01
[gitmo/Moose.git] / lib / Moose / Meta / Attribute.pm
2009-04-23 Dave Rolsky bump version to 0.75_01 0.75_01
2009-04-20 Dave Rolsky bump version to 0.75 0.75
2009-04-07 Dave Rolsky bump version to 0.74
2009-04-06 Dave Rolsky bump version 0.73_02
2009-04-05 Dave Rolsky bump version to 0.73_01 0.73_01
2009-04-05 Dave Rolsky Merge branch 'renames-and-deprecations'
2009-04-05 Dave Rolsky account for latest deprecations in CMOP
2009-03-28 Shawn M Moore Don't only conditionally use load_class since..
2009-03-28 Shawn M Moore Use class_of for roles
2009-03-28 Shawn M Moore initialize will return the metaclass if it's there...
2009-03-28 Shawn M Moore We throw fine error messages when trying to get a role...
2009-03-28 Shawn M Moore Use class_of in attr->clone
2009-03-27 Dave Rolsky Instead of repeating the same coerce ...
2009-03-27 Dave Rolsky Always use verify_against_type_constraint to check...
2009-03-27 Dave Rolsky bump version and update Changes 0.73
2009-03-26 Dave Rolsky bump version and update Changes
2009-03-21 Dave Rolsky add INHERITANCE section to classes that already have...
2009-03-21 Dave Rolsky text tweaklets (I always write a lot of hand-waving...
2009-03-21 Dave Rolsky POD and spelling fixes for MM::Attribute
2009-03-20 Dave Rolsky doc revamp for MM::Attribute
2009-03-20 Dave Rolsky Remove unused bit of code
2009-03-12 Hans Dieter Pearcey lazy_build should be able to be added in inherited...
2009-02-24 Dave Rolsky bump version and update Changes for release 0.72
2009-02-22 Dave Rolsky make a dev version to go with the CMOP release
2009-02-22 Dave Rolsky bump version
2009-02-19 Dave Rolsky bump version to 0.71 0.71
2009-02-14 Dave Rolsky bump version to 0.70 0.70
2009-02-14 Dave Rolsky Non-inlined trigger code no longer passes the meta...
2009-02-12 Dave Rolsky bump version and update release date 0.69
2009-02-04 Dave Rolsky bump version to 0.68
2009-02-04 Lars Dieckow more typo fixes
2009-02-04 Dave Rolsky bump version and update changes for next release 0.67
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_...
next