From: Jesse Luehrs Date: Sun, 28 Nov 2010 22:00:36 +0000 (-0600) Subject: changelog and version bump X-Git-Tag: Try-Tiny-0.08 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b637afa1570255ec719a5981c56b98fd2b622785;p=p5sagit%2FTry-Tiny.git changelog and version bump --- diff --git a/Changes b/Changes index d764631..674f40b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.08 + - fix require vs use issue in blead (RT63410) + 0.07 - allow multiple finally blocks - pass the error, if any, to finally blocks when called diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 4d9c362..4a804db 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -10,7 +10,7 @@ BEGIN { @ISA = qw(Exporter); } -$VERSION = "0.07"; +$VERSION = "0.08"; $VERSION = eval $VERSION;