do not index these secondary packages - they cannot be loaded independently
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Packages.pm
index a7e13fe..064c3fa 100644 (file)
@@ -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.003027';
 
 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
-