Merge branch 'blead'
gfx [Thu, 24 Sep 2009 07:30:10 +0000 (16:30 +0900)]
Conflicts:
Changes
TODO
lib/Mouse/Meta/Method.pm

TODO
lib/Mouse.pm

diff --git a/TODO b/TODO
index 9997221..aa73df2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,7 +3,6 @@ TODO:
 Mouse
 
 * smart exporters
-* trait mechanism
 * native traits
 
 MouseX
index 1e7e5d0..a18bef8 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.32';
+our $VERSION = '0.33';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';