increment $VERSION after 1.003028 release
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / DDS.pm
index ee60a84..7940219 100644 (file)
@@ -1,6 +1,9 @@
 use strict;
 use warnings;
 package Devel::REPL::Plugin::DDS;
+# ABSTRACT: Format results with Data::Dump::Streamer
+
+our $VERSION = '1.003029';
 
 use Devel::REPL::Plugin;
 use Data::Dump::Streamer ();
@@ -30,9 +33,7 @@ around 'format_result' => sub {
 
 __END__
 
-=head1 NAME
-
-Devel::REPL::Plugin::DDS - Format results with Data::Dump::Streamer
+=pod
 
 =head1 SYNOPSIS
 
@@ -53,4 +54,3 @@ Devel::REPL::Plugin::DDS - Format results with Data::Dump::Streamer
  $
 
 =cut
-