I no longer use this plugin in my bundle
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / DDS.pm
index d32a5c3..171802b 100644 (file)
@@ -1,7 +1,12 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::DDS;
 
+our $VERSION = '1.003027';
+
 use Devel::REPL::Plugin;
 use Data::Dump::Streamer ();
+use namespace::autoclean;
 
 around 'format_result' => sub {
    my $orig = shift;