Bump to 0.23
Shawn M Moore [Tue, 21 Apr 2009 07:30:58 +0000 (03:30 -0400)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index be4e7e6..9d87e5b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.23
+
 0.22 Tue Apr 21 03:26:43 2009
     * Regenerate broken signature (Sartak)
       rerpoted by Michael Gray [rt.cpan.org #45167]
index fea2bfb..f5dc1a3 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.22';
+our $VERSION = '0.23';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';