explicitly test that shift returns undef and does not die on an empty array
[gitmo/Moose.git] / t / 020_attributes / 022_illegal_options_for_inheritance.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-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-08-26 Jesse Luehrs actually, there's no reason that overriding 'is' is...
2010-07-24 Jesse Luehrs clean up some things, and allow overriding unspecified...
2010-07-24 Tuomas Jormola Implement inversed logic when defining which attribute...