weave some pod, respecting overridden authors/legal
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / History.pm
index 9d4bc84..42bfd42 100644 (file)
@@ -1,6 +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;
@@ -69,12 +72,3 @@ sub history_call {
 };
 
 1;
-
-__END__
-
-=head1 NAME
-
-Devel::REPL::Plugin::History - Keep track of all input, provide shortcuts !1, !-1
-
-=cut
-