this test warns when we load, so might as well delete it now
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / ShowClass.pm
index dd90fd5..7d9a3af 100644 (file)
@@ -1,5 +1,8 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::ShowClass;
-use Moose::Role;
+use Devel::REPL::Plugin;
+use namespace::autoclean;
 
 has 'metaclass_cache' => (
     is      => 'ro',
@@ -66,3 +69,11 @@ sub display_class {
 
 1;
 
+__END__
+
+=head1 NAME
+
+Devel::REPL::Plugin::ShowClass - Dump classes initialized with Class::MOP
+
+=cut
+