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=ee60a841ab2b57e786ec3f74302475957e06cc6c;hp=6b4dde7408edccb01617e20927640588b2803a7a;hb=1d6c2dbc8cd96877b4f8df5698b6ff18d2fddac8;hpb=18c8ed7284572e01eb928c191ce87a2bbaccdd6d diff --git a/lib/Devel/REPL/Plugin/DDS.pm b/lib/Devel/REPL/Plugin/DDS.pm index 6b4dde7..ee60a84 100644 --- a/lib/Devel/REPL/Plugin/DDS.pm +++ b/lib/Devel/REPL/Plugin/DDS.pm @@ -4,6 +4,7 @@ package Devel::REPL::Plugin::DDS; use Devel::REPL::Plugin; use Data::Dump::Streamer (); +use namespace::autoclean; around 'format_result' => sub { my $orig = shift;