increment $VERSION after 1.003028 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Nopaste.pm
index 353ec2b..fe35ca8 100644 (file)
@@ -1,8 +1,9 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::Nopaste;
+# ABSTRACT: #nopaste to upload session's input and output
 
-our $VERSION = '1.003027';
+our $VERSION = '1.003029';
 
 use Devel::REPL::Plugin;
 use Moose::Util::TypeConstraints 'enum';
@@ -98,9 +99,7 @@ sub command_pastetitle {
 
 __END__
 
-=head1 NAME
-
-Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output
+=pod
 
 =head1 COMMANDS
 
@@ -152,4 +151,3 @@ Shawn M Moore, C<< <sartak at gmail dot com> >>
 =back
 
 =cut
-