X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FNopaste.pm;h=1197aa28d41d59dc4a360f53ad8725a327b9fd43;hb=9d2a4940f5958d82828272364ef754e9290b6113;hp=59e5e4a9e7633d4af0c0bc784117c9d2e9511fa8;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Nopaste.pm b/lib/Devel/REPL/Plugin/Nopaste.pm index 59e5e4a..1197aa2 100644 --- a/lib/Devel/REPL/Plugin/Nopaste.pm +++ b/lib/Devel/REPL/Plugin/Nopaste.pm @@ -1,9 +1,12 @@ use strict; use warnings; package Devel::REPL::Plugin::Nopaste; +# ABSTRACT: #nopaste to upload session's input and output + +our $VERSION = '1.003027'; use Devel::REPL::Plugin; -use Moose::Util::TypeConstraints; +use Moose::Util::TypeConstraints 'enum'; use namespace::autoclean; use Scalar::Util qw(blessed); @@ -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 @@ -116,7 +117,7 @@ the nopaste site. For example: C<#pastetitle example of some code> -defaults to 'Devel::REPL session' +defaults to C<'Devel::REPL session'>. =head1 CONFIGURATION @@ -134,7 +135,7 @@ The default of commenting out the output would be set like this: C<< $_REPL->nopaste_format( 'comment_output' ); >> -These options can be set during a Devel::REPL session, but only affect +These options can be set during a L session, but only affect the future parts of the session, not the past parts. =head1 AUTHOR @@ -150,4 +151,3 @@ Shawn M Moore, C<< >> =back =cut -