changelog and version bump Try-Tiny-0.08
Jesse Luehrs [Sun, 28 Nov 2010 22:00:36 +0000 (16:00 -0600)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index d764631..674f40b 100644 (file)
--- 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
index 4d9c362..4a804db 100644 (file)
@@ -10,7 +10,7 @@ BEGIN {
        @ISA = qw(Exporter);
 }
 
-$VERSION = "0.07";
+$VERSION = "0.08";
 
 $VERSION = eval $VERSION;