increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / ShowClass.pm
index 990aaa0..ca09077 100644 (file)
@@ -1,6 +1,9 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::ShowClass;
+# ABSTRACT: Dump classes initialized with Class::MOP
+
+our $VERSION = '1.003030';
 
 use Devel::REPL::Plugin;
 use namespace::autoclean;
@@ -69,12 +72,3 @@ sub display_class {
 }
 
 1;
-
-__END__
-
-=head1 NAME
-
-Devel::REPL::Plugin::ShowClass - Dump classes initialized with Class::MOP
-
-=cut
-