Bump to 0.26
Shawn M Moore [Fri, 19 Jun 2009 16:09:29 +0000 (12:09 -0400)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 4622eb8..b715925 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.26
+
 0.25 Fri Jun 19 12:05:42 2009
     * Fix SIGNATURE (reported by daxim) ... by removing it :)
 
index 97142d4..9470cfd 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.25';
+our $VERSION = '0.26';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';