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=dd90fd5e91f3d988e2c6c017f4f25ac2267046ba;hb=8d3a08168a12af4e191b519b19c5905de964181f;hpb=e958cbc628b42fa7a2ed91d34e097d2224b77197 diff --git a/lib/Devel/REPL/Plugin/ShowClass.pm b/lib/Devel/REPL/Plugin/ShowClass.pm index dd90fd5..b931cf1 100644 --- a/lib/Devel/REPL/Plugin/ShowClass.pm +++ b/lib/Devel/REPL/Plugin/ShowClass.pm @@ -1,5 +1,6 @@ package Devel::REPL::Plugin::ShowClass; -use Moose::Role; +use Devel::REPL::Plugin; +use namespace::clean -except => [ 'meta' ]; has 'metaclass_cache' => ( is => 'ro', @@ -66,3 +67,11 @@ sub display_class { 1; +__END__ + +=head1 NAME + +Devel::REPL::Plugin::ShowClass - Dump classes initialized with Class::MOP + +=cut +