changelog and version bump Try-Tiny-0.11
Jesse Luehrs [Tue, 30 Aug 2011 15:50:18 +0000 (10:50 -0500)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index b7d29ed..0e9928b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.11
+  - fix broken dist
+
 0.10
   - clarify some docs
 
index 5ab8160..3546b3a 100644 (file)
@@ -10,7 +10,7 @@ BEGIN {
        @ISA = qw(Exporter);
 }
 
-$VERSION = "0.10";
+$VERSION = "0.11";
 
 $VERSION = eval $VERSION;