From: sunnavy Date: Wed, 9 Sep 2009 00:02:39 +0000 (+0800) Subject: bump to 0.29 X-Git-Tag: 0.32~63 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93ac97dd92e8c829816790b432a5638ad4585904;p=gitmo%2FMouse.git bump to 0.29 --- diff --git a/Changes b/Changes index 9cb6e1b..7ea8e3a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Mouse -0.28 +0.29 + +0.28 Wed Sep 8 20:00:06 2009 * Alter Makefile.PL so in author mode we generate lib/Mouse/Tiny.pm on every run so that 'make dist' actually does what it's meant to (mst) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 07b3acf..03aa91f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.28'; +our $VERSION = '0.29'; use Carp 'confess'; use Scalar::Util 'blessed';