X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FDumpHistory.pm;h=33409cd4dc80d99cd90d7de6f8b65eff47da42ac;hb=c45376f3de16a5a467a1a26e63a279f30eb8672d;hp=d9c917006d4a47575ddfc84f5033dc81f15cd23e;hpb=54beb05dd302b5e166bf46c888318527e13375c7;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/DumpHistory.pm b/lib/Devel/REPL/Plugin/DumpHistory.pm index d9c9170..33409cd 100644 --- a/lib/Devel/REPL/Plugin/DumpHistory.pm +++ b/lib/Devel/REPL/Plugin/DumpHistory.pm @@ -1,8 +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'; +our $VERSION = '1.003029'; use Devel::REPL::Plugin; use namespace::autoclean; @@ -45,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