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=c8a871f70228992c0d81eaeadc416ad12a916565;hb=HEAD;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99 diff --git a/lib/Devel/REPL/Plugin/Peek.pm b/lib/Devel/REPL/Plugin/Peek.pm index c8a871f..0120768 100644 --- a/lib/Devel/REPL/Plugin/Peek.pm +++ b/lib/Devel/REPL/Plugin/Peek.pm @@ -1,10 +1,12 @@ -#!/usr/bin/perl - +use strict; +use warnings; package Devel::REPL::Plugin::Peek; -use Devel::REPL::Plugin; +# ABSTRACT: L plugin for L. -use Devel::Peek qw(Dump); +our $VERSION = '1.003030'; +use Devel::REPL::Plugin; +use Devel::Peek qw(Dump); use namespace::autoclean; sub BEFORE_PLUGIN { @@ -33,10 +35,6 @@ __END__ =pod -=head1 NAME - -Devel::REPL::Plugin::Peek - L plugin for L. - =head1 SYNOPSIS repl> #peek "foo"