Bump to 0.56
[gitmo/Moose.git] / t /
2008-07-30 Matt S Trout fix coerce to accept anon types like subtype can
2008-07-29 Dave Rolsky Reorganized all the recipes so they're broken into...
2008-07-28 Aran Clary Deltac Remove dependency on List::MoreUtils from recipe 12 .t.
2008-07-28 Aran Clary Deltac New cookbook recipe # 12.
2008-07-28 Dave Rolsky There was a passing TODO test in here.
2008-07-28 Dave Rolsky Actually make the todo tests TODO
2008-07-28 Dave Rolsky Fixed the test count, and made the failing tests TODO...
2008-07-28 Dave Rolsky Add some tests to ensure that the ->foo() method is...
2008-07-28 Dave Rolsky Fix test description so it matches code.
2008-07-22 Stevan Little fixing theplers tests
2008-07-22 Stevan Little rolling back
2008-07-22 Todd Hepler bug for immutable class that does a role
2008-07-19 Shawn M Moore Add a test script to make sure my idiom of "sub BUILD...
2008-07-18 Paul Driver Sartak's fancy triggers
2008-07-18 Guillermo Roditi stevan says "wont fix"
2008-07-18 Paul Driver Added support for fancy triggers, and a test.
2008-07-18 Guillermo Roditi new fialing test. yayy
2008-07-09 Stevan Little fixing bug
2008-07-03 Stevan Little 0.52
2008-07-02 Wallace Reis added legal_options_for_inheritance
2008-07-02 Stevan Little some changes, seee changes for details
2008-07-02 Dave Rolsky Remove nothingmuch's nasty tabs ;)
2008-07-02 Yuval Kogman check that attr and method conflict in two different...
2008-07-02 Yuval Kogman add TODO tests for various role/attr related features
2008-06-30 Adam J. Foxson In the case where a child type constraint's parent...
2008-06-28 Yuval Kogman add UNIVERSAL::DOES support to Moose::Object
2008-06-27 Yuval Kogman renumber test from branch
2008-06-27 Yuval Kogman Merge 'inline_wrapped_constructor' into 'trunk'
2008-06-27 Yuval Kogman Merge 'inline_wrapped_constructor' into 'trunk'
2008-06-27 Yuval Kogman do while sucks
2008-06-27 Yuval Kogman test under various mutablation scenarios
2008-06-27 Yuval Kogman comment for new test
2008-06-27 Yuval Kogman t0m's around vs. immutable bug
2008-06-26 Yuval Kogman test for BUILDARGS
2008-06-24 Shawn M Moore Test that the sugar from Moose::Role is unimported...
2008-06-24 Shawn M Moore Test that "no Moose::Role" doesn't explode, qualify...
2008-06-24 Shawn M Moore Add support for meta_attr->does("ShortAlias")
2008-06-23 Dave Rolsky Make the immutable constructor provide the same nice...
2008-06-19 Dave Rolsky This change gets Recipe 11 working. Here are the detail...
2008-06-13 Shawn M Moore Skip the recipe 11 tests, they don't work yet :(
2008-06-11 Shawn M Moore Improve the DEMOLISHALL tests to check ordering, in...
2008-06-11 Tokuhiro Matsuno added test for Moose::Cookbook::Recipe11.
2008-06-10 Stevan Little fixing bug, thanks to Sartak
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-06-03 Evan Carroll added a test for required=>1,undef with type that permi...
2008-05-28 Stevan Little fixing the destructor, so it doesnt need to be created
2008-05-28 Guillermo Roditi add test for modifier order to prevent regressions
2008-05-24 Dave Rolsky add a trustme for intialize_body, rather than actually...
2008-05-24 Shawn M Moore Describe how easy to is to create a (or reproduce an...
2008-05-24 Dave Rolsky Sartak already renamed this more sensibly
2008-05-24 Dave Rolsky What was recipe 11 is now recipe 21
2008-05-24 Shawn M Moore Rename the recipe tests to match the current layout...
2008-05-24 Shawn M Moore Basic test for recipe 22
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-20 Stevan Little method modifier with regexp is done now
2008-05-20 Stevan Little fixed the test for method modifiers
2008-05-20 Dann supported RegExp method name for before/after/around...
2008-05-17 Yuval Kogman Subtypes of parametrizables are parametrizable themselves
2008-05-16 Shawn M Moore Fix a script's test count
2008-05-15 Tomas Doran Failing test for Immutable issue (found by trying to...
2008-05-14 Todd Hepler fix for Moose::Util::does_role() to handle non-Moose...
2008-05-13 Stevan Little fixing the trigger/constructor bug
2008-05-12 Stevan Little fixing a test bug about hash ordering
2008-05-11 Stevan Little 0.44 release
2008-05-10 Stevan Little 0.44 releaase soon
2008-05-10 Brian Manning - added a regex for Win32 for the FilePath subtype...
2008-04-29 Stevan Little 0.42
2008-04-28 Stevan Little 0.41
2008-04-25 Yuval Kogman tests for attr initialization in runtime roles
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-16 Yuval Kogman unlink the DBM::Deep file at BEGIN time too to prevent...
2008-04-14 Yuval Kogman allow isa => SomeRandomClass in +foo attr declarations
2008-04-13 Yuval Kogman finish role tc test
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-13 Stevan Little fixing trigger/coerce bug, adding test and reformating...
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Yuval Kogman equals testing for class type constraint
2008-04-12 Yuval Kogman add a test for the 'class' attribute of TC::Class
2008-04-05 Stevan Little fixing bug;
2008-03-28 Stevan Little some doc tweaks and removing the ->includes_type from...
2008-03-28 Shawn M Moore Inherited attributes may now be extended without restri...
2008-03-28 Guillermo Roditi more behavior
2008-03-28 Guillermo Roditi adding new test
2008-03-27 Shawn M Moore A bunch of tests for includes_type
2008-03-27 Shawn M Moore Instead of belaboring the point, make sure that "Type...
2008-03-27 Shawn M Moore Some error checks (I think it's time for a dedicated...
2008-03-27 Shawn M Moore Test for narrowing "Str | Int | ArrayRef" down to ...
2008-03-27 Shawn M Moore Failing tests for narrowing a consumed attribute's...
2008-03-27 Shawn M Moore Remove Str isa Str|ArrayRef tests (for now anyway)...
2008-03-22 Shawn M Moore Failing tests for Str and ArrayRef being subtypes of...
2008-03-22 Stevan Little moving stuff around a bit
2008-03-21 Dave Rolsky An immutable constructor called non-lazy attribute...
2008-03-20 Stevan Little adding the test
2008-03-16 Stevan Little s/metaclass/__PACKAGE__->meta/
next