p5sagit/Try-Tiny.git
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)
2010-10-21 Ricardo Signes avoid a warning when testing with -w Try-Tiny-0.07
2010-10-21 Ricardo Signes no, do not sign our release
2010-10-21 Ricardo Signes bump version for release
2010-10-21 Ricardo Signes typo fix
2010-10-21 Ricardo Signes document changes for next version
2010-10-21 Ricardo Signes document args to finally{} block
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-06-01 Peter Rabbitson Add docs about @_ aliasing
2010-05-27 Yuval Kogman version bump Try-Tiny-0.06
2010-05-27 Yuval Kogman changelog
2010-05-27 Yuval Kogman use a plan instead of done_testing in TODO test
2010-05-26 Yuval Kogman Version bump Try-Tiny-0.05
2010-03-22 Alex move use test to BEGIN block
2010-02-23 Yuval Kogman changelog
2010-02-23 Yuval Kogman add TODO test for lexical $_ gotcha
2010-02-23 Yuval Kogman Clarify $_/$@ distinction
2010-02-23 Yuval Kogman Document lexical lib/Try/Tiny.pm caveat
2010-02-23 Yuval Kogman clarify docs on %Carp::Internal
2010-02-23 Yuval Kogman Docuemnt $_ vs. $@ gotcha in catch for exception stack...
2010-01-28 Jesse Luehrs fix link to try-tiny lightning talk
2010-01-28 Yuval Kogman Document $SIG{__DIE__} behavior (or lack thereof)
2010-01-24 Jonathan Yu spelling corrections
2010-01-22 Yuval Kogman version bump Try-Tiny-0.04
2010-01-22 Yuval Kogman changelog
2010-01-22 Yuval Kogman Restore list context for catch and fix a bug in finally...
2010-01-22 Yuval Kogman version bump Try-Tiny-0.03
next