do not index these secondary packages - they cannot be loaded independently
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Packages.pm
index 77fdebd..064c3fa 100644 (file)
@@ -1,8 +1,11 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::Packages;
-use Devel::REPL::Plugin;
+# ABSTRACT: Keep track of which package the user is in
+
+our $VERSION = '1.003027';
 
+use Devel::REPL::Plugin;
 use namespace::autoclean;
 
 our $PKG_SAVE;
@@ -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
-