[Moose-commits] r7713 - in Mouse/trunk: . lib

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Wed Feb 18 01:11:52 GMT 2009


Author: sartak
Date: 2009-02-17 17:11:51 -0800 (Tue, 17 Feb 2009)
New Revision: 7713

Modified:
   Mouse/trunk/Changes
   Mouse/trunk/lib/Mouse.pm
Log:
Changes, bump to 0.17 for release

Modified: Mouse/trunk/Changes
===================================================================
--- Mouse/trunk/Changes	2009-02-17 23:27:50 UTC (rev 7712)
+++ Mouse/trunk/Changes	2009-02-18 01:11:51 UTC (rev 7713)
@@ -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
 

Modified: Mouse/trunk/lib/Mouse.pm
===================================================================
--- Mouse/trunk/lib/Mouse.pm	2009-02-17 23:27:50 UTC (rev 7712)
+++ Mouse/trunk/lib/Mouse.pm	2009-02-18 01:11:51 UTC (rev 7713)
@@ -4,7 +4,7 @@
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.16';
+our $VERSION = '0.17';
 
 BEGIN {
     if ($ENV{MOUSE_DEBUG}) {




More information about the Moose-commits mailing list