X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FPPI.pm;h=6bb7338a1834c02738c085932e618ddcf9eb32aa;hp=2a18ff4844b09cf0f5865020f7af6eac4cab82db;hb=HEAD;hpb=6f4f9516b3422a8ce51b89b596fb808b197f833e diff --git a/lib/Devel/REPL/Plugin/PPI.pm b/lib/Devel/REPL/Plugin/PPI.pm index 2a18ff4..6bb7338 100644 --- a/lib/Devel/REPL/Plugin/PPI.pm +++ b/lib/Devel/REPL/Plugin/PPI.pm @@ -1,6 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::PPI; +# ABSTRACT: PPI dumping of Perl code + +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use PPI; @@ -26,10 +29,6 @@ __END__ =pod -=head1 NAME - -Devel::REPL::Plugin::PPI - PPI dumping of Perl code - =head1 SYNOPSIS repl> #ppi Devel::REPL @@ -64,5 +63,3 @@ L there is no new value in C<_>. Shawn M Moore Esartak@gmail.comE =cut - -