adding a meta method here is unnecessary
Jesse Luehrs [Thu, 23 Sep 2010 05:27:22 +0000 (00:27 -0500)]
lib/Moose/Meta/Role/Composite.pm

index 333457f..a691e20 100644 (file)
@@ -57,7 +57,6 @@ sub new {
             roles        => [ @composition_roles ],
             cache        => 1,
         );
-        $meta->add_method(meta => sub { $meta });
         $class = $meta->name;
     }