From: Shawn M Moore Date: Sun, 8 Mar 2009 08:39:22 +0000 (-0400) Subject: Bump to 0.20 X-Git-Tag: 0.20~61 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=aec5563ba96db71bec4c301c811c4888d52258a6 Bump to 0.20 --- diff --git a/Changes b/Changes index 3049886..fada970 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.20 + 0.19 Sun Mar 8 04:38:01 2009 * Parameterized type constraints for ArrayRef and HashRef (lestrrat) diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 5f6ea37..34be993 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.19'; +our $VERSION = '0.20'; use Carp 'confess'; use Scalar::Util 'blessed';