Redid conversion to Test::Fatal
[gitmo/Moose.git] / t / 020_attributes / 009_attribute_inherited_slot_specs.t
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-26 Dave Rolsky Can't add lazy_build to an attr that has a default...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-07-24 Jesse Luehrs fix a test and clarify some docs
2010-07-24 Tuomas Jormola Implement inversed logic when defining which attribute...
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-07-24 Matt S Trout make weak_ref permitted as part of attribute inheritance
2009-06-24 Hans Dieter Pearcey finish the bare_attribute merge that I somehow screwed up
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-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-03-12 Hans Dieter Pearcey lazy_build should be able to be added in inherited...
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-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-04-24 Yuval Kogman support traits/metaclasses in clone_and_inherit_whateve...
2008-04-20 Tomas Doran Allow overriding of metaclass and traits in has '+...
2008-04-14 Yuval Kogman allow isa => SomeRandomClass in +foo attr declarations
2008-03-28 Shawn M Moore Inherited attributes may now be extended without restri...
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2007-11-26 Stevan Little fixing some bugs
2007-09-14 Stevan Little complete re-organization of the test suite