From: sunnavy Date: Thu, 17 Sep 2009 12:15:39 +0000 (+0800) Subject: bump version to 0.30 X-Git-Tag: 0.32~28^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=10389a8bffa67d857a7ec8332d82beb681bcfb18;hp=04e0cda22a964345da2e98595c263aa8d8d7b63d bump version to 0.30 --- diff --git a/Changes b/Changes index e01ae86..cb2f29f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.30 + 0.29 Thu Sep 17 11:49:49 2009 * role class has ->meta in method_list, because it does in Moose since 0.90 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 03aa91f..264f32c 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.29'; +our $VERSION = '0.30'; use Carp 'confess'; use Scalar::Util 'blessed';