X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FTurtles.pm;fp=lib%2FDevel%2FREPL%2FPlugin%2FTurtles.pm;h=5f323fe6e595704fee0dc7e34c2cf9a692711bdb;hp=a8fd9df30e74ab8ed6eb6d7b48a2582c4c2e441c;hb=78bc57212a47f1f64aa47ea8fd25b6f91b809bf3;hpb=1680cce5b6c1c8d30dba643079fccb4c1833acaf diff --git a/lib/Devel/REPL/Plugin/Turtles.pm b/lib/Devel/REPL/Plugin/Turtles.pm index a8fd9df..5f323fe 100644 --- a/lib/Devel/REPL/Plugin/Turtles.pm +++ b/lib/Devel/REPL/Plugin/Turtles.pm @@ -12,7 +12,7 @@ has default_command_prefix => ( ); has turtles_matchers => ( - metaclass => "Collection::Array", + traits => ['Array'], isa => "ArrayRef[RegexpRef|CodeRef]", is => "rw", lazy => 1,