stop using excludes within moose, since it's no longer necessary
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / Counter.pm
index 6e64e79..112ab27 100644 (file)
@@ -2,8 +2,7 @@
 package Moose::Meta::Attribute::Native::Trait::Counter;
 use Moose::Role;
 
-with 'Moose::Meta::Attribute::Native::Trait' =>
-    { -excludes => ['_root_types'] };
+with 'Moose::Meta::Attribute::Native::Trait';
 
 sub _default_default { 0 }
 sub _default_is { 'ro' }