X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FDumpHistory.pm;h=1149b63c91ea202d0c50c61a300d86f5070e4c21;hp=c1d449d441ae616ebf7138776aa1e14c413afee7;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=afc8677b078de3f125147caf731bd298c8b6d04e diff --git a/lib/Devel/REPL/Plugin/DumpHistory.pm b/lib/Devel/REPL/Plugin/DumpHistory.pm index c1d449d..1149b63 100644 --- a/lib/Devel/REPL/Plugin/DumpHistory.pm +++ b/lib/Devel/REPL/Plugin/DumpHistory.pm @@ -1,6 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::DumpHistory; +# ABSTRACT: Plugin for Devel::REPL to save or print the history + +our $VERSION = '1.003027'; use Devel::REPL::Plugin; use namespace::autoclean; @@ -43,10 +46,7 @@ sub print_history { __END__ -=head1 NAME - -Devel::REPL::Plugin::DumpHistory - Plugin for Devel::REPL to save or print -the history. +=pod =head1 SYNOPSIS