Merge branch 'stable'
[gitmo/Class-MOP.git] / lib / Class / MOP / Attribute.pm
2008-11-07 Dave Rolsky bump version and update changes for release 0.69
2008-11-04 Dave Rolsky Fix some bizarro code left behind by a much earlier...
2008-10-23 Dave Rolsky Bump all versions to 0.68
2008-10-06 Dave Rolsky Bump all the modules to 0.67
2008-09-01 Dave Rolsky bump version to 0.65 and update changes for stable... 0.65
2008-08-29 Dave Rolsky bump version to 0.64_07 for another (in an endless...
2008-08-25 Dave Rolsky Bump the version and update changes for 0.64_06 0.64_06
2008-08-25 Dave Rolsky bump version and update changes for 0.65_05 0.64_05
2008-08-23 Dave Rolsky bump version and update Changes for 0.64_04 release 0.64_04
2008-08-22 Dave Rolsky Bump the version # and updates Changes for 0.64_03 0.64_03
2008-08-21 Dave Rolsky bump version # for next release
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-13 Yuval Kogman pass hashref to Attr->_new
2008-08-13 Yuval Kogman use hash refs with _new
2008-08-13 Yuval Kogman immutable constructor for Attribute
2008-08-11 Yuval Kogman use ref instead of blessed where it's not needed, and...
2008-08-08 Yuval Kogman accept fully named args in Class::MOP::Attribute::new
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-04 Shawn M Moore Bump version to 0.65
2008-07-27 Yuval Kogman remove antiquated SYNOPSIS code
2008-07-07 Shawn M Moore Bump us up to 0.64
2008-06-18 Shawn M Moore Bump to 0.63
2008-06-18 Shawn M Moore Begin updating to 0.62
2008-06-13 Shawn M Moore Bump everything to 0.61
2008-06-13 Shawn M Moore Bump all packages to 0.60
2008-06-04 Stevan Little some speed gains
2008-05-25 Stevan Little 0.56
2008-05-24 Stevan Little fixing get_{read,write}_method_ref
2008-05-18 Stevan Little okay, this is not meant to be used, but since i am...
2008-05-18 Shawn M Moore Improve the error message of having a plain reference...
2008-05-08 Shawn M Moore add has_read_method and has_write_method
2008-04-15 Stevan Little reverting something I shouldnt have commited
2008-04-05 Stevan Little adding the MooseX::MetaDescription stuff distilled...
2008-03-11 Stevan Little Class::MOP fixes
2008-02-08 Stevan Little bunch of doc fixes
2008-02-08 Ricardo SIGNES attr initializer
2008-02-08 Ricardo SIGNES one last init_arg fix
2008-02-07 Stevan Little whoops
2008-02-07 Stevan Little tweaking the attribute initializer stuff a little
2008-02-07 Ricardo SIGNES tweak the initializer args, document set_initial_value
2008-02-06 Ricardo SIGNES add public set_initial_value method for Moose to consum...
2008-02-04 Ricardo SIGNES allow an initilizer to be set for attributes
2008-01-28 Stevan Little adding to changelog and changing versions
2008-01-27 Yuval Kogman init_arg can be undef
2007-12-31 Stevan Little copyright date changes on Class::MOP
2007-12-29 Flavio Poletti fixed documentation for predicate to match behaviour...
2007-12-21 Stevan Little some tweaks for release
2007-12-18 Dave Rolsky Clarify that the accessor for default returns whatever...
2007-11-30 Stevan Little docfix
2007-11-26 Stevan Little making get_read_method, etc act more sanely
2007-11-24 Stevan Little fixed
2007-11-23 Stevan Little adding in the last few bits
2007-11-23 Stevan Little adding in the linearized_isa method
2007-11-13 Guillermo Roditi one more thing, missing POD for builder predicate. UGH
2007-11-13 Guillermo Roditi error message fixes.
2007-11-06 Guillermo Roditi predicate fixes
2007-10-29 Guillermo Roditi just some little optimizations to builder stuff
2007-10-26 Guillermo Roditi if to elsif
2007-10-26 Guillermo Roditi builder changes. sorry about diff noise, my editor...
2007-05-27 Stevan Little fixing the authors lists and adding the ClassName type...
2007-05-21 Guillermo Roditi get_read_method and get_write_method + tests + POD
2007-02-21 Stevan Little Lots of doc updates
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-23 Stevan Little foo
2006-11-02 Stevan Little 0.36
2006-11-27 Stevan Little tweaking a little here and there
2006-11-08 Stevan Little fixed all the attribute name to be more Perl6ish and...
2006-11-02 Stevan Little immutable refacotring
2006-11-02 Stevan Little testing 0_36
2006-10-26 Stevan Little added new constructor method metaclass
2006-10-16 Stevan Little fixing up the method protocol more, actually this is...
2006-10-15 Stevan Little more-method-refactoring
2006-09-24 Stevan Little foo
2006-08-30 Stevan Little add_attribute fix, and version fixes, changes, etc
2006-08-29 Stevan Little adding in the additional metaclasses
2006-08-28 Stevan Little minor tweaks to the method classes
2006-08-18 Stevan Little cleaned up the package problem
2006-08-17 Stevan Little more misc cleanup
2006-08-16 Stevan Little no ref in the defaults
2006-08-11 Stevan Little added the AUTHORITY into all classes, and support for...
2006-08-10 Stevan Little fixing version numbers and writing the changelog
2006-08-04 Yuval Kogman clear/deinitialize but with tests only for deinitialize
2006-07-15 Stevan Little ChangeLog and adding yuval to authors everywhere
2006-07-14 Stevan Little foo
2006-07-13 Yuval Kogman Docs, small fixes, find_method_by_name and the get_valu...
2006-07-05 Stevan Little foo
2006-07-05 Stevan Little closed
2006-07-05 Stevan Little cleanup
2006-07-03 Stevan Little buncha-stuff
2006-05-02 Stevan Little yuval-wins
2006-05-01 Stevan Little stuff
2006-05-01 Stevan Little working-on-it
2006-04-30 Stevan Little instnaces
2006-04-29 Stevan Little refactoring-n-tests
2006-04-28 Stevan Little slotnames
2006-04-28 Stevan Little instance-refactored
2006-04-27 Yuval Kogman remove $attr_name from the accessor generators
2006-04-27 Yuval Kogman The great Class::MOP::Instance refactoring
2006-04-27 Stevan Little instance-protocol
2006-04-26 Stevan Little testing
next