do not index these secondary packages - they cannot be loaded independently
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / History.pm
index 2696e19..42bfd42 100644 (file)
@@ -1,4 +1,9 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::History;
+# ABSTRACT: Keep track of all input, provide shortcuts !1, !-1
+
+our $VERSION = '1.003027';
 
 use Devel::REPL::Plugin;
 use namespace::autoclean;
@@ -67,12 +72,3 @@ sub history_call {
 };
 
 1;
-
-__END__
-
-=head1 NAME
-
-Devel::REPL::Plugin::History - Keep track of all input, provide shortcuts !1, !-1
-
-=cut
-