X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FPackages.pm;h=708b1f66605f8024f3f40b734713d101bca0eac6;hp=a7e13fe0b9e6596f36924021326b609b7ec154bb;hb=c45376f3de16a5a467a1a26e63a279f30eb8672d;hpb=6f4f9516b3422a8ce51b89b596fb808b197f833e diff --git a/lib/Devel/REPL/Plugin/Packages.pm b/lib/Devel/REPL/Plugin/Packages.pm index a7e13fe..708b1f6 100644 --- a/lib/Devel/REPL/Plugin/Packages.pm +++ b/lib/Devel/REPL/Plugin/Packages.pm @@ -1,6 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::Packages; +# ABSTRACT: Keep track of which package the user is in + +our $VERSION = '1.003029'; use Devel::REPL::Plugin; use namespace::autoclean; @@ -47,17 +50,9 @@ around 'eval' => sub { return $self->$orig(@args); }; -package Devel::REPL::Plugin::Packages::DefaultScratchpad; +package # hide from PAUSE + Devel::REPL::Plugin::Packages::DefaultScratchpad; # declare empty scratchpad package for cleanliness 1; - -__END__ - -=head1 NAME - -Devel::REPL::Plugin::Packages - Keep track of which package the user is in - -=cut -