From: Shawn M Moore Date: Fri, 19 Jun 2009 16:09:29 +0000 (-0400) Subject: Bump to 0.26 X-Git-Tag: 0.26~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=48bf3a6a34714e42939474bdb084ee2f982fa657 Bump to 0.26 --- diff --git a/Changes b/Changes index 4622eb8..b715925 100644 --- 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 :) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 97142d4..9470cfd 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -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';