r61338@onn: sartak | 2008-05-31 11:57:10 -0400
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / ShowClass.pm
index dd90fd5..309fed2 100644 (file)
@@ -1,5 +1,6 @@
 package Devel::REPL::Plugin::ShowClass;
 use Moose::Role;
+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
+