use traits from Moose rather than MooseX::AttributeHelpers
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Turtles.pm
index a8fd9df..5f323fe 100644 (file)
@@ -12,7 +12,7 @@ has default_command_prefix => (
 );
 
 has turtles_matchers => (
-  metaclass => "Collection::Array",
+  traits => ['Array'],
   isa => "ArrayRef[RegexpRef|CodeRef]",
   is  => "rw",
   lazy => 1,