Fix duplicate test number (why do we have these numbers anyway?)
[gitmo/Moose.git] / t / 300_immutable /
2011-01-04 Jesse Luehrs don't initialize lazy attrs with defaults in the constr...
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-24 Karen Etheridge use Test::Requires in tests
2010-03-07 Jesse Luehrs fix DEMOLISH methods not being called in some cases
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-09-14 Dave Rolsky Revert "add a warning for immutablizing a class with...
2009-09-14 Dave Rolsky Revert "add an option to disable the mutable ancestor...
2009-09-10 Jesse Luehrs add an option to disable the mutable ancestor warning
2009-09-07 Dave Rolsky When warning on mutable parents in make_immutable,...
2009-09-07 Jesse Luehrs add a warning for immutablizing a class with mutable...
2009-06-26 Shawn M Moore Convert tabs to spaces
2009-06-23 Jesse Luehrs these todo tests work now, with cmop fixes
2009-06-23 Jesse Luehrs the metaclass is a Moose::Meta::Class, so it should...
2009-06-23 Jesse Luehrs test that the trait is still applied
2009-06-22 Jesse Luehrs make this test more correct with regards to immutabilit...
2009-06-21 Dave Rolsky Shut up a warning about not overwriting DESTROY
2009-06-21 Dave Rolsky The content of the warning for wrapped structors has...
2009-06-11 Dave Rolsky single quotes for non-interpolating strings
2009-06-11 Dave Rolsky Remove useless BEGIN and tidy code
2009-06-11 Dylan William Hardison added test for DESTROY/immutable regression in moose...
2009-05-30 Jesse Luehrs add todo test for immutable metaclasses with traits
2009-05-12 Dave Rolsky Missed a test that was badly testing for \n 0.78
2009-05-12 Dave Rolsky Fix tests that tested for literal newlines in warnings...
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