p5sagit/Try-Tiny.git
2015-12-11 Karen Etheridge Try-Tiny-0.23 v0.23
2015-12-11 Karen Etheridge remove xt/author/clean-namespaces.t - Carp imports...
2015-12-11 Karen Etheridge remove xt/release/minimum-version.t that fails on t...
2015-12-11 Karen Etheridge fix spelling tests
2015-12-11 Karen Etheridge tighten up .gitignore entries
2015-12-11 Karen Etheridge update copyright data
2015-12-11 Karen Etheridge switch to my bundle
2015-12-11 Karen Etheridge travis now supports 5.22
2015-12-11 Karen Etheridge Changes entries for next release
2015-11-19 Graham Knop prefer Sub::Util to Sub::Name
2015-11-19 Graham Knop remove perl from test recommendations
2015-01-17 Jesse Luehrs Merge pull request #22 from hatsuseno/master
2015-01-06 Rudolf Leermakers Minor documentation fix; assign actual strings, not...
2014-12-12 Jesse Luehrs update travis
2014-12-12 Jesse Luehrs Merge pull request #21 from cm-perl/master
2014-12-12 cm-perl Typo in comment
2014-04-29 Jesse Luehrs changelog Try-Tiny-0.22
2014-04-29 Jesse Luehrs fix tabs
2014-04-29 Jesse Luehrs add Sub::Name and perl 5.010 to test recommendations...
2014-04-15 Jesse Luehrs changelog Try-Tiny-0.21
2014-04-15 Jesse Luehrs sigh
2014-04-15 Jesse Luehrs changelog
2014-04-15 Jesse Luehrs packaging
2014-04-15 Jesse Luehrs skip test if Capture::Tiny is too old (Martin Popel...
2014-03-21 Jesse Luehrs changelog Try-Tiny-0.20
2014-03-21 Jesse Luehrs changelog
2014-03-21 Jesse Luehrs Merge pull request #15 from Flimm/master
2014-03-07 David Lowe Add warning to POD about try/finally
2014-01-23 Jesse Luehrs changelog Try-Tiny-0.19
2014-01-23 Jesse Luehrs changelog
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
2014-01-23 Jesse Luehrs Merge pull request #13 from anaxagoras/master
2014-01-22 awalker second example now behaves the same as the first
2014-01-21 anaxagoras Better docs on capturing success with catch block
2013-10-26 Dagfinn Ilmari... Test loading during global destruction
2013-10-21 Dagfinn Ilmari... Import 'import' instead of inheriting it
2013-08-17 Jesse Luehrs changelog Try-Tiny-0.18
2013-08-17 Jesse Luehrs changelog
2013-08-17 Jesse Luehrs Merge pull request #10 from pghmcfc/old-test-more
2013-08-17 Paul Howarth The use of done_testing implies a dependency of Test...
2013-08-16 Jesse Luehrs changelog Try-Tiny-0.17
2013-08-16 Jesse Luehrs changelog
2013-08-16 Jesse Luehrs Merge pull request #9 from haarg/gd-fork-bug
2013-08-16 Graham Knop work around perl bug where pads may be reused in cleanu...
2013-07-10 Jesse Luehrs changelog Try-Tiny-0.16
2013-07-10 Jesse Luehrs changelog
2013-07-10 Jesse Luehrs remove accidental Sub::Name test dep
2013-07-09 Jesse Luehrs Merge pull request #8 from markstos/master
2013-07-09 Mark Stosberg Add missing semicolon in docs
2013-07-08 Jesse Luehrs changelog Try-Tiny-0.15
2013-07-08 Jesse Luehrs changelog
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-08 Mark Fowler Change caller to show blocks belonging to our caller
2013-07-08 Mark Fowler name the try, catch and finally blocks
2013-07-05 Jesse Luehrs changelog Try-Tiny-0.14
2013-07-05 Jesse Luehrs also die on catch/finally in scalar context (RT#81070)
2013-07-04 Jesse Luehrs changelog Try-Tiny-0.13
2013-07-04 Jesse Luehrs eh, don't test 5.8
2013-07-04 Jesse Luehrs update test counts for removing use_ok
2013-07-04 Jesse Luehrs update this link too
2013-07-04 Jesse Luehrs stop using use_ok, it's pointless
2013-07-04 Jesse Luehrs dzilify and stuff
2013-07-04 Jesse Luehrs Merge pull request #7 from ribasushi/master
2013-07-04 Peter Rabbitson Fix linkage brainfart from 2245f1ae
2013-07-04 Peter Rabbitson The construct introduced in 2b0d579d8 confuses perl...
2013-07-04 Peter Rabbitson Make sure users are properly notified of (useless)...
2013-07-04 Ricardo Signes correct prototypes in docs
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 Fix broken link to slides (RT#55659)
2013-07-04 Peter Rabbitson We already explicitly save the value of $@ - local...
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 changelog and version bump Try-Tiny-0.12
2013-01-02 Jesse Luehrs this todo is only relevant before 5.14
2013-01-02 Jesse Luehrs MYMETA stuff to MANIFEST.SKIP
2013-01-02 Jesse Luehrs Merge pull request #5 from cebjyre/docs
2012-12-20 Glenn Fowler Documentation fixes
2012-11-14 Jesse Luehrs Merge pull request #4 from karenetheridge/topic/doc_201...
2012-11-14 Karen Etheridge C<> tags, minor punctuation and grammar fixes
2012-11-14 Karen Etheridge add alternative mechanisms for fallback return values
2012-11-14 Karen Etheridge add repo info to metadata
2011-08-30 Jesse Luehrs changelog and version bump Try-Tiny-0.11
2011-05-10 Jesse Luehrs better example for returning from a try block (forwardever)
2011-04-28 Peter Rabbitson Test context/RV of try/catch/finally blocks
2011-04-27 Jesse Luehrs changelog and version bump Try-Tiny-0.10
2011-04-27 Jesse Luehrs clarify the state of $_ in finally blocks
2011-02-24 Ricardo Signes caveat about error-silencing
2010-11-28 Jesse Luehrs changelog and version bump Try-Tiny-0.09
2010-11-28 Jesse Luehrs don't index ::ScopeGuard
2010-11-28 Jesse Luehrs changelog and version bump Try-Tiny-0.08
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)
next