weave some pod, respecting overridden authors/legal
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / PPI.pm
index 4f80f5e..cb84861 100644 (file)
@@ -1,11 +1,13 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::PPI;
-use Devel::REPL::Plugin;
+# ABSTRACT: PPI dumping of Perl code
+
+our $VERSION = '1.003027';
 
+use Devel::REPL::Plugin;
 use PPI;
 use PPI::Dumper;
-
 use namespace::autoclean;
 
 sub BEFORE_PLUGIN {
@@ -27,10 +29,6 @@ __END__
 
 =pod
 
-=head1 NAME
-
-Devel::REPL::Plugin::PPI - PPI dumping of Perl code
-
 =head1 SYNOPSIS
 
   repl> #ppi Devel::REPL
@@ -65,5 +63,3 @@ L<Deve::REPL::Plugin::OutputCache> there is no new value in C<_>.
 Shawn M Moore E<lt>sartak@gmail.comE<gt>
 
 =cut
-
-