From: Shawn M Moore Date: Mon, 15 Jun 2009 18:51:57 +0000 (-0400) Subject: Bump to 0.25 X-Git-Tag: 0.25~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=efeb6d0c0f94adf6e09f4c6db5806cfe463fcc60;hp=b03fda9f71bd6f81a435f1df67be4131da86189d Bump to 0.25 --- diff --git a/Changes b/Changes index 1e07dc5..6e68014 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.25 + 0.24 Mon Jun 15 14:47:18 2009 * Moose's construct_instance is deprecated, use new_object (tokuhirom) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 9cca1dc..97142d4 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.24'; +our $VERSION = '0.25'; use Carp 'confess'; use Scalar::Util 'blessed';