Remove link to nonexistent recipe
[gitmo/Moose.git] / t / 020_attributes /
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-03-30 Hans Dieter Pearcey update comment
2009-03-30 Hans Dieter Pearcey fix RT#44429 after discussion on the mailing list
2009-03-12 Hans Dieter Pearcey lazy_build should be able to be added in inherited...
2009-02-23 Stevan Little new test
2009-02-20 Dave Rolsky Perltidy this test file
2009-02-20 Dave Rolsky triggers no longer get a meta-object
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-03 Florian Ragwitz Mention the offending class when reporting errors when...
2008-12-14 Shawn M Moore Test fixes
2008-12-14 Shawn M Moore More tests for parameterized attr traits
2008-12-14 Shawn M Moore Exploding tests for attribute traits => [role => parame...
2008-11-26 Tomas Doran Make removing attributes also remove their installed...
2008-10-06 Tomas Doran Docs for things in Class::MOP::Attribute + tests for...
2008-09-16 Todd Hepler check for a valid attribute name in Moose::Meta::Role
2008-09-11 Dave Rolsky Actually implement associated_attribute for delegation...
2008-09-11 Dave Rolsky Add Moose::Meta::Method::Delegation and use it for...
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-10 Yuval Kogman don't use compute_all_applicable_methods anymore
2008-08-06 Matt S Trout test calling has() from outside of package
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-07-22 Stevan Little rolling back
2008-07-18 Paul Driver Added support for fancy triggers, and a test.
2008-07-02 Wallace Reis added legal_options_for_inheritance
2008-06-24 Shawn M Moore Add support for meta_attr->does("ShortAlias")
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-21 Todd Hepler make has [...] => (...); work on a role
2008-05-16 Shawn M Moore Fix a script's test count
2008-04-24 Yuval Kogman support traits/metaclasses in clone_and_inherit_whateve...
2008-04-24 Yuval Kogman more attr traits tests
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 Stevan Little fixing trigger/coerce bug, adding test and reformating...
2008-03-28 Shawn M Moore Inherited attributes may now be extended without restri...
2008-03-16 Stevan Little s/metaclass/__PACKAGE__->meta/
2008-03-16 Stevan Little s/make_immutable/metaclass->make_immutable/
2008-03-14 Stevan Little some changes
2008-02-18 Stevan Little making handles and AUTOLOAD play a bit better
2008-02-16 Stevan Little fixing delegation
2008-02-15 Stevan Little changelog on it
2008-02-15 Stevan Little whoops
2008-02-15 Stevan Little fixing tests
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-02-07 Ricardo SIGNES cope with fixed initializer arg order in mop
2008-02-07 Ricardo SIGNES merge initializer branch, add test
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2008-01-26 Yuval Kogman init_arg can be undef
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-21 Stevan Little more tests
2008-01-21 Stevan Little cleaning up the traits things
2008-01-19 Stevan Little rudementary support for attribute traits
2007-12-30 Stevan Little fixing sartaks bug
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-26 Guillermo Roditi builder and lazy_build changes. note that this ups...
2007-09-14 Stevan Little complete re-organization of the test suite