increment $VERSION after 0.31 release
[p5sagit/Try-Tiny.git] / t /
2019-07-06 Karen Etheridge use more efficient expr form of map, grep when possible
2019-07-06 Karen Etheridge bizarre smartmatch changes were removed in 5.27.10
2017-12-21 Karen Etheridge just skip when tests on all perls since when changed...
2017-12-19 Karen Etheridge temporary fix for RT#123908
2016-11-17 Pali Run finally tests also on 5.6.x
2016-08-16 Karen Etheridge whitespace
2016-07-11 Karen Etheridge stringify version before comparing, as recommended...
2016-02-22 Karen Etheridge remove unneeded shebangs
2016-02-22 Lukas Mai always run finally blocks no matter how we leave the...
2016-02-22 Karen Etheridge update tooling to avoid detecting the optional use...
2015-11-19 Graham Knop prefer Sub::Util to Sub::Name
2014-04-29 Jesse Luehrs fix tabs
2014-04-15 Jesse Luehrs sigh
2014-04-15 Jesse Luehrs skip test if Capture::Tiny is too old (Martin Popel...
2014-01-23 Jesse Luehrs fix test plan
2014-01-23 Jesse Luehrs Merge pull request #11 from ilmari/global-destruction
2014-01-23 Jesse Luehrs packaging stuff
2013-10-26 Dagfinn Ilmari Man... Test loading during global destruction
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