bump to 0.29
sunnavy [Wed, 9 Sep 2009 00:02:39 +0000 (08:02 +0800)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 9cb6e1b..7ea8e3a 100644 (file)
--- 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)
 
index 07b3acf..03aa91f 100644 (file)
@@ -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';