bump version to 0.59
[gitmo/Moose.git] / lib / Moose / Meta / Attribute.pm
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
2007-11-28 Stevan Little fixing union type constraint aliases
2007-11-26 Stevan Little fixing some bugs
2007-11-13 Guillermo Roditi error messgae fixes + new test
2007-11-13 Guillermo Roditi one more thing missing in new (lack of) slot initialization
2007-10-29 Guillermo Roditi changes to lazy_build naming conventions
2007-10-29 Guillermo Roditi some optimizations to builder and lazy build along...
2007-10-26 Guillermo Roditi builder and lazy_build changes. note that this ups...
2007-09-18 Stevan Little new and improved type notation stuff
2007-09-16 Stevan Little TypeConstraint::Utils,.. now with find_or_create_type_c...
2007-09-06 Stevan Little overload fix
2007-09-06 Stevan Little overload fix
2007-09-05 Jess Robinson Add various docs about checking types of attributes...
2007-08-02 Stevan Little foo
2007-07-31 Stevan Little sorry_Debolaz
2007-07-30 Stevan Little fixing required
2007-07-03 Stevan Little adding lazy and handles to the has +foo form 0_24
2007-07-03 Stevan Little handles => A::Role
2007-06-12 Chris Prather fix handles generated methods to use goto() so caller...
2007-05-18 Guillermo Roditi reader presedence bug and tests
2007-05-09 Stevan Little foo
2007-03-29 Stevan Little adding documentation slot to the attributes 0_19
2007-03-24 Stevan Little fixed handles
next