increment $VERSION after 1.003029 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / MultiLine / PPI.pm
index d6e53be..109e54a 100644 (file)
@@ -1,6 +1,9 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::MultiLine::PPI;
+# ABSTRACT: Read lines until all blocks are closed
+
+our $VERSION = '1.003030';
 
 use Devel::REPL::Plugin;
 use PPI;
@@ -84,9 +87,7 @@ sub line_needs_continuation
 
 __END__
 
-=head1 NAME
-
-Devel::REPL::Plugin::MultiLine::PPI - read lines until all blocks are closed
+=pod
 
 =head1 SYNOPSIS