X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FShowClass.pm;h=9f79853077fd854e46191eba7f6ec327b8b57a28;hp=309fed2ff015595e626fa16bd9e9840b34652a9b;hb=2c1cf68730092df9d48a6115d03be122b0c3ba55;hpb=cfd1094b45c394258ccda08216f1435bf40e1d50 diff --git a/lib/Devel/REPL/Plugin/ShowClass.pm b/lib/Devel/REPL/Plugin/ShowClass.pm index 309fed2..9f79853 100644 --- a/lib/Devel/REPL/Plugin/ShowClass.pm +++ b/lib/Devel/REPL/Plugin/ShowClass.pm @@ -1,6 +1,6 @@ package Devel::REPL::Plugin::ShowClass; -use Moose::Role; -use namespace::clean -except => [ 'meta' ]; +use Devel::REPL::Plugin; +use namespace::autoclean; has 'metaclass_cache' => ( is => 'ro',