changelog
[p5sagit/Try-Tiny.git] / t /
2013-08-17 Paul Howarth The use of done_testing implies a dependency of Test...
2013-08-16 Graham Knop work around perl bug where pads may be reused in cleanu...
2013-07-08 Jesse Luehrs make this consistent
2013-07-08 Mark Fowler fix line endings
2013-07-08 Mark Fowler tests for finally name too
2013-07-08 Mark Fowler tests for naming
2013-07-05 Jesse Luehrs also die on catch/finally in scalar context (RT#81070)
2013-07-04 Jesse Luehrs update test counts for removing use_ok
2013-07-04 Jesse Luehrs stop using use_ok, it's pointless
2013-07-04 Peter Rabbitson Make sure users are properly notified of (useless)...
2013-07-04 Peter Rabbitson Clarify exception on unexpected try() arguments
2013-07-04 Peter Rabbitson Sanity check erroneous invocations
2013-07-04 Peter Rabbitson This is no longer a TODO, but given the experimental...
2013-07-04 Peter Rabbitson "Modernize" code a bit
2013-07-04 Peter Rabbitson fix tests failing on 5.6.x due to differing DESTROY...
2013-07-04 Peter Rabbitson Detabardize - standardize code/tests on 2-space indent
2013-01-02 Jesse Luehrs this todo is only relevant before 5.14
2011-04-28 Peter Rabbitson Test context/RV of try/catch/finally blocks
2011-04-27 Jesse Luehrs clarify the state of $_ in finally blocks
2010-11-28 Jesse Luehrs add test for finally being called when catch dies
2010-11-28 Jesse Luehrs fix issue with blead (require 5.010 != use 5.010)
2010-10-21 Ricardo Signes avoid a warning when testing with -w Try-Tiny-0.07
2010-10-21 Ricardo Signes test for finally{} getting the error
2010-10-21 Ricardo Signes allow multiple finally{} per try{}; pass error in
2010-05-27 Yuval Kogman use a plan instead of done_testing in TODO test
2010-03-22 Alex move use test to BEGIN block
2010-02-23 Yuval Kogman add TODO test for lexical $_ gotcha
2010-01-22 Yuval Kogman Restore list context for catch and fix a bug in finally...
2010-01-22 Andrew Yates Add support for 'finally' blocks
2009-09-11 Yuval Kogman Document and test for prev value of $@ in catch
2009-09-11 Yuval Kogman Restore the value of $@ from before the local
2009-09-03 Yuval Kogman tests for nesting inside catch block
2009-09-02 Yuval Kogman 5.005_04 compat
2009-09-01 Yuval Kogman minor doc and code fixes
2009-09-01 Yuval Kogman misc fixes suggested by Alias
2009-08-31 Yuval Kogman voodoo for ancient perls
2009-08-31 Yuval Kogman Initial version