increment $VERSION after 1.003027 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / DDC.pm
index 4d5e8e4..c897e81 100644 (file)
@@ -1,8 +1,9 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::DDC;
+# ABSTRACT: Format results with Data::Dumper::Concise
 
-our $VERSION = '1.003027';
+our $VERSION = '1.003028';
 
 use Devel::REPL::Plugin;
 use Data::Dumper::Concise ();
@@ -29,9 +30,7 @@ around 'format_result' => sub {
 
 __END__
 
-=head1 NAME
-
-Devel::REPL::Plugin::DDC - Format results with Data::Dumper::Concise
+=pod
 
 =head1 SYNOPSIS
 
@@ -52,4 +51,3 @@ Devel::REPL::Plugin::DDC - Format results with Data::Dumper::Concise
  $
 
 =cut
-