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;fp=lib%2FDevel%2FREPL%2FPlugin%2FPackages.pm;h=246cb9e15767a2e8f74e62df69369b89a3aae66c;hp=a19e2773704d6a3a096bcb4d39ba43f54a8cf6f4;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=f109bc790c4450543e3bd07beb3abee5c4b923e0 diff --git a/lib/Devel/REPL/Plugin/Packages.pm b/lib/Devel/REPL/Plugin/Packages.pm index a19e277..246cb9e 100644 --- a/lib/Devel/REPL/Plugin/Packages.pm +++ b/lib/Devel/REPL/Plugin/Packages.pm @@ -1,6 +1,7 @@ use strict; use warnings; package Devel::REPL::Plugin::Packages; +# ABSTRACT: Keep track of which package the user is in our $VERSION = '1.003027'; @@ -54,12 +55,3 @@ package 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 -