Reverse the output from _follow_also
[gitmo/Moose.git] / t / 100_bugs /
2011-02-13 Dave Rolsky My previous role preservation fix made a todo test...
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 move inherited lazy build test to 020_attributes dir
2010-10-26 Dave Rolsky Tidy code and remove unneeded module loads
2010-10-26 Chris Prather add tests for inheriting an attribute and adding lazy_b...
2010-10-25 Ricardo Signes remove unneeded use of Test::Fatal
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-09-10 Dave Rolsky Fix some test descriptions
2010-08-27 Dave Rolsky Cannot coerce when the type does not define a coercion
2010-08-21 Dave Rolsky Issue a deprecation warning for alias or excludes ...
2010-08-19 Dave Rolsky test files should not be executable
2010-07-24 Dave Rolsky Turn off deprecation warnings.
2010-07-24 Dave Rolsky Revert an earlier change (from master) so that we never...
2010-05-20 Florian Ragwitz Stop testing for clobbering of $@
2010-04-08 Jesse Luehrs fix instance application not passing along role args...
2010-02-10 Rafael Kitover update t/030_roles/010_run_time_role_composition.t...
2010-02-10 Rafael Kitover use "roles" when creating anon class for applying a...
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-09-11 Dave Rolsky Lots of fixes to object destruction.
2009-09-11 Dave Rolsky make sure status variable localization happens for...
2009-09-11 Dave Rolsky Localize all status vars in DEMOLISH
2009-09-11 Dave Rolsky Some test style cleanup
2009-08-12 Shawn M Moore Fix bug with $obj->new when $obj has stringify overloading
2009-06-22 Jesse Luehrs readding the __MOP__ key fixes this TODO test
2009-06-09 Rafael Kitover removing last added test as it should not work by design
2009-06-09 Rafael Kitover added TODO test for +attribute in a role that composes...
2009-06-06 Dave Rolsky Fix tests that I broke with my reformatting 0.80
2009-06-06 Dave Rolsky Make this a TODO test since it's easily worked around...
2009-06-06 Dave Rolsky Formatting
2009-06-06 Dave Rolsky Formatting
2009-06-06 Dave Rolsky rename this test
2009-06-01 Guillermo Roditi Add test for infinite recursion when creating an anon...
2009-05-26 Marc Mims Moved to t/100_bugs per stevan
2009-05-23 Yuval Kogman Update test suite for subname changes in Class::MOP
2009-05-22 Dave Rolsky Clarify why tests are not passing
2009-05-22 Dave Rolsky Fix test count
2009-05-22 Dave Rolsky Add an additional test to make sure that the original...
2009-05-22 Dave Rolsky More tidying of the test file
2009-05-22 Dave Rolsky Tidy tests
2009-05-22 Dave Rolsky Separate packages and remove useless do
2009-05-20 Shawn M Moore TODOify the failing test I added
2009-05-16 Shawn M Moore Add failing test for anonymous method metaclass persistency
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-21 Shawn M Moore Do not use no_plan!
2009-04-06 Dave Rolsky Add a test for t0m's DEMOLISH bug
2009-02-28 Hans Dieter Pearcey as requested by rafl
2009-02-23 Dave Rolsky Handle Foo->new(undef) consistently, with an error...
2009-02-13 Evan Carroll This test does some really wiked cool testing stuff...
2009-02-04 Lars Dieckow more typo fixes
2009-01-19 Dave Rolsky Make the constraint for this subtype much dumber, to...
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2009-01-12 Dave Rolsky Silence another warning
2009-01-12 Dave Rolsky Kill some whitespace
2009-01-12 Dave Rolsky Turn on strict & warnings. Tidy code. Shut up a warning.
2009-01-11 Chris Prather add tests for recursion in super()
2008-12-15 Jonathan Rockway don't reject win32 filenames (Yappo)
2008-11-21 Chris Prather add '0 but true'
2008-11-21 Chris Prather add more use cases
2008-11-21 Chris Prather move to teh right name
2008-11-21 Chris Prather add failing test for octal problem
2008-09-08 Dave Rolsky Add a plan and tidied the code a little
2008-09-07 Yuval Kogman fix errorneous planning (no_plan doesn't take args)
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-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-18 Guillermo Roditi stevan says "wont fix"
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 Stevan Little some changes, seee changes for details
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-11 Shawn M Moore Improve the DEMOLISHALL tests to check ordering, in...
2008-06-10 Stevan Little fixing bug, thanks to Sartak
2008-06-03 Evan Carroll added a test for required=>1,undef with type that permi...
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-05 Stevan Little fixing bug;
2008-03-22 Stevan Little moving stuff around a bit
2008-01-07 Yuval Kogman be a little more anal about when we skip certain method...
2007-09-14 Stevan Little eilaras bug fixed and tested
2007-09-14 Stevan Little complete re-organization of the test suite