Merge ../Moose-error into pluggable_errors
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-06-26 Yuval Kogman Method::Accessor throw_error code
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-06-03 Yuval Kogman Fix Evan's required/writer/accessor bug
2008-04-12 Stevan Little Changelog
2008-02-11 Stevan Little a bug fix and some tweaks 0_37
2008-02-07 Stevan Little more tests and the constructor stuff as well
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-13 Yuval Kogman capture less in accessors
2008-01-13 Yuval Kogman correct usage of compiled_type_constraint
2008-01-10 Stevan Little doc fixes, version updates and changelog
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman overload::Overloaded calls are superflous, overlaod...
2008-01-07 Yuval Kogman Generated methods now actually use optimized type const...
2008-01-04 Yuval Kogman Merge 'trunk' into 'Moose-moosex_compile_support'
2007-12-31 Stevan Little updating copyright dates
2007-12-30 Stevan Little fixing sartaks bug
2007-12-21 Stevan Little some doc tweaks
2007-12-18 Yuval Kogman yay
2007-12-11 Stevan Little foo
2007-12-06 Shawn M Moore allow subclasses to decide whether we need to copy...
2007-11-15 Guillermo Roditi optimize inlined accessors
2007-11-13 Guillermo Roditi error messgae fixes + new test
2007-11-13 Guillermo Roditi builder inline accessor bug fix and new test
2007-11-06 Guillermo Roditi changes so far
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-20 Dave Rolsky This is a trivial change to make this class more easily
2007-09-19 Stevan Little adding fix for dexter
2007-09-06 Stevan Little overload fix
2007-09-06 Stevan Little overload fix
2007-08-02 Stevan Little foo
2007-05-09 Stevan Little foo
2007-04-28 Aankhen Moose::Meta::Method::Accessor:
2007-04-28 Aankhen Moose::Meta::Method::Accessor:
2007-03-11 Stevan Little 0.18 ... pretty much ready to go
2007-02-21 Stevan Little adding 2007 to the copyright list
2006-11-27 Stevan Little foo
2006-11-14 Stevan Little foo
2006-11-14 Stevan Little foo
2006-11-10 Stevan Little missed sumpin
2006-11-10 Stevan Little It Works, *AND* Its Fast(er)
2006-11-05 Stevan Little 0.15
2006-11-03 Stevan Little no more inlining, and its not actually any slower,...
2006-11-03 Stevan Little tests pass now
2006-11-02 Stevan Little this is broken, need to integrate the new Class::MOP...
2006-11-02 Stevan Little moving things around to get ready to support Class...