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