From: gfx Date: Tue, 22 Sep 2009 07:47:49 +0000 (+0900) Subject: version 0.32 X-Git-Tag: 0.32~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ba7f7cdee501ccc4f3f60a9d3b4c4a511b01f28;p=gitmo%2FMouse.git version 0.32 --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 6948ce5..6a08ba6 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.31'; +our $VERSION = '0.32'; sub moose_version(){ 0.90 } # which Mouse is a subset of