Remove link to nonexistent recipe
[gitmo/Moose.git] / t / 300_immutable /
2009-04-29 Shawn M Moore Make Test::Output optional again
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-21 Shawn M Moore Unconditionally depend on Test::Output; dropping Test...
2009-04-20 Yuval Kogman remove debugging warning
2009-04-19 Yuval Kogman Update for removal of immutable transformer
2009-04-09 Dave Rolsky Fix test to actually test what it should be testing
2009-04-06 Dave Rolsky Add a test for a class with no inherited DEMOLISH
2009-04-06 Dave Rolsky Add a failing test to check that destructor inlining...
2009-03-08 Shawn M Moore Test fixes for the more descriptive error messages
2009-02-23 Dave Rolsky Handle Foo->new(undef) consistently, with an error...
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2008-12-31 Dave Rolsky Add a comment explaining this test.
2008-12-31 Dave Rolsky un-TODO this test
2008-12-30 Tomas Doran TODO test for immutable bug
2008-12-05 Dave Rolsky Handle defaults with quote-breaking values correctly...
2008-12-05 Dave Rolsky Spell coerce like a proper Merkan
2008-12-05 Dave Rolsky If the constructor in a parent class has method modifie...
2008-12-05 Dave Rolsky this test is obsolete
2008-12-04 Dave Rolsky Ok, I was getting a little wacky.
2008-12-04 Dave Rolsky Make sure that whenever we don't inline, we warn, and...
2008-12-04 Dave Rolsky The last checkin was broken in the case where class...
2008-12-04 Dave Rolsky Implement a can_be_inlined method for MMM::Constructor...
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-05 Tomas Doran Fix the inlined code generated for immutable constructo...
2008-08-05 Dave Rolsky Some of the test code was formatted very weirdly (tabs...
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-07-03 Stevan Little 0.52
2008-07-02 Stevan Little some changes, seee changes for details
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-26 Yuval Kogman test for BUILDARGS
2008-06-23 Dave Rolsky Make the immutable constructor provide the same nice...
2008-05-15 Tomas Doran Failing test for Immutable issue (found by trying to...
2008-05-13 Stevan Little fixing the trigger/constructor bug
2008-04-29 Stevan Little 0.42
2008-03-28 Guillermo Roditi more behavior
2008-03-28 Guillermo Roditi adding new test
2008-03-22 Stevan Little moving stuff around a bit
2008-03-21 Dave Rolsky An immutable constructor called non-lazy attribute...
2008-03-16 Stevan Little s/metaclass/__PACKAGE__->meta/
2008-03-16 Stevan Little s/make_immutable/metaclass->make_immutable/
2008-03-11 Stevan Little fixing sartaks test
2008-03-03 Shawn M Moore Failing make_immutable test case. It seems that inherit...
2008-02-07 Stevan Little more tests and the constructor stuff as well
2008-01-31 Stevan Little tests
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2008-01-27 Yuval Kogman init_arg can be undef
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-22 Dave Rolsky Moose 0.34 broke the ability to make a Meta class immut...
2008-01-19 Stevan Little rudementary support for attribute traits
2007-11-15 Guillermo Roditi bug in inlined constructor and tests 0_30 0_31
2007-11-13 Guillermo Roditi builder inline accessor bug fix and new test
2007-11-13 Guillermo Roditi inlined constructor correction for lazy_build and new...
2007-09-14 Stevan Little complete re-organization of the test suite