X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FDDS.pm;h=171802b1bb06249a93f8a4cbc8b9c2866d37e0fd;hp=6b4dde7408edccb01617e20927640588b2803a7a;hb=54beb05dd302b5e166bf46c888318527e13375c7;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa diff --git a/lib/Devel/REPL/Plugin/DDS.pm b/lib/Devel/REPL/Plugin/DDS.pm index 6b4dde7..171802b 100644 --- a/lib/Devel/REPL/Plugin/DDS.pm +++ b/lib/Devel/REPL/Plugin/DDS.pm @@ -2,8 +2,11 @@ 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;