Fix builder's recipe link.
[gitmo/Moose.git] / t / 020_attributes /
2009-08-19 gfx Add tests for testing accessor contexts
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
2009-08-12 Jesse Luehrs allow role options in the -traits parameter to use...
2009-08-12 Shawn M Moore Roles can now accept attributes named 0 and ""
2009-08-12 Dave Rolsky Implement passing the old value to a trigger when appro...
2009-07-24 Matt S Trout make weak_ref permitted as part of attribute inheritance
2009-07-09 Dave Rolsky Tidied code
2009-07-09 Stefan O'Rear Add tests for inline_slot_access avoidance
2009-07-05 Yuval Kogman Add a test for class name delegates
2009-07-03 Florian Ragwitz Detabify tests.
2009-07-02 Dave Rolsky Simplify the logic to throw an error on an undef or...
2009-07-02 Hans Dieter Pearcey more useful error message for delegation w/ unblessed...
2009-06-26 Yuval Kogman accessor overwriting warning now reflects reality
2009-06-26 Shawn M Moore Convert tabs to spaces
2009-06-26 Shawn M Moore Include the class name in the method-less attribute...
2009-06-26 nperez Make mispelled or unknown additional attribute construc...
2009-06-25 Jesse Luehrs test warnings for accessors overwriting existing methods
2009-06-25 Dave Rolsky Deprecated the Role type (use role_type instead).
2009-06-24 Hans Dieter Pearcey finish the bare_attribute merge that I somehow screwed up
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey warn instead of dying
2009-06-24 Hans Dieter Pearcey back out 'bare' attribute changes (moving to a branch)
2009-06-24 Hans Dieter Pearcey die on attributes with no methods and no is => 'bare'
2009-05-30 Shawn M Moore Test fixes for lazy build no longer setting required
2009-05-25 Chris Prather remove required => 1 from lazy_build
2009-05-13 michaelr added check for an even number of options to 'has'
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