From: Shawn M Moore Date: Wed, 18 Feb 2009 01:11:51 +0000 (+0000) Subject: Changes, bump to 0.17 for release X-Git-Tag: 0.19~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=949738a8e4009ad482721d7c11c5c3ad6fa61369;hp=df963a63491f0c26a26592d51534d5d440bc6f26 Changes, bump to 0.17 for release --- diff --git a/Changes b/Changes index e38a1ce..eee5a3e 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,12 @@ Revision history for Mouse -0.17 +0.17 Tue Feb 17 20:10:29 2009 * Load mro directly if Perl is recent enough (Nicholas Clark) * Add dump method from Moose::Object into Mouse::Object (perigrin) + * Add role-role composition (tokuhirom) + 0.16 Mon Feb 9 20:56:27 2009 * Implement get_all_method_names diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 2743341..be0ee4b 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.16'; +our $VERSION = '0.17'; BEGIN { if ($ENV{MOUSE_DEBUG}) {