X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FPeek.pm;h=01207685b7e6f9c3a94c9bc2ff921907a59aa459;hp=ba0cea3c4e17bf94e85aa2ea8778e8f2bd52e7a7;hb=HEAD;hpb=54beb05dd302b5e166bf46c888318527e13375c7 diff --git a/lib/Devel/REPL/Plugin/Peek.pm b/lib/Devel/REPL/Plugin/Peek.pm index ba0cea3..0120768 100644 --- a/lib/Devel/REPL/Plugin/Peek.pm +++ b/lib/Devel/REPL/Plugin/Peek.pm @@ -1,8 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::Peek; +# ABSTRACT: L plugin for L. -our $VERSION = '1.003027'; +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use Devel::Peek qw(Dump); @@ -34,10 +35,6 @@ __END__ =pod -=head1 NAME - -Devel::REPL::Plugin::Peek - L plugin for L. - =head1 SYNOPSIS repl> #peek "foo"