From: Jesse Luehrs Date: Tue, 30 Aug 2011 15:50:18 +0000 (-0500) Subject: changelog and version bump X-Git-Tag: Try-Tiny-0.11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ddb042031de4b3e0cd3f3b3d6d2839165f056daa;p=p5sagit%2FTry-Tiny.git changelog and version bump --- diff --git a/Changes b/Changes index b7d29ed..0e9928b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.11 + - fix broken dist + 0.10 - clarify some docs diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 5ab8160..3546b3a 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -10,7 +10,7 @@ BEGIN { @ISA = qw(Exporter); } -$VERSION = "0.10"; +$VERSION = "0.11"; $VERSION = eval $VERSION;