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=b931cf1b4e6989f83037b1c9922f59e535b493f8;hp=309fed2ff015595e626fa16bd9e9840b34652a9b;hb=6a5409bc859187db7d7553e4c19a559aeeba6430;hpb=c015ad3bfc3be7f3d1c377b5ce2491ab789e7277 diff --git a/lib/Devel/REPL/Plugin/ShowClass.pm b/lib/Devel/REPL/Plugin/ShowClass.pm index 309fed2..b931cf1 100644 --- a/lib/Devel/REPL/Plugin/ShowClass.pm +++ b/lib/Devel/REPL/Plugin/ShowClass.pm @@ -1,5 +1,5 @@ package Devel::REPL::Plugin::ShowClass; -use Moose::Role; +use Devel::REPL::Plugin; use namespace::clean -except => [ 'meta' ]; has 'metaclass_cache' => (