X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FNopaste.pm;h=d37734097d02d054cd4dc45eb6ae4c528246d1ea;hb=refs%2Fheads%2Fmaster;hp=c3183c6a24339c6d9c214c06284e52d52e0c0be5;hpb=e73ba6daf10d1d86070fd978092f9731310b410d;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Nopaste.pm b/lib/Devel/REPL/Plugin/Nopaste.pm index c3183c6..d377340 100644 --- a/lib/Devel/REPL/Plugin/Nopaste.pm +++ b/lib/Devel/REPL/Plugin/Nopaste.pm @@ -1,6 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::Nopaste; +# ABSTRACT: #nopaste to upload session's input and output + +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use Moose::Util::TypeConstraints 'enum'; @@ -96,9 +99,7 @@ sub command_pastetitle { __END__ -=head1 NAME - -Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output +=pod =head1 COMMANDS @@ -150,4 +151,3 @@ Shawn M Moore, C<< >> =back =cut -