X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FDDC.pm;h=97f3239826da0bbd5671f31859b9de628f4f2e3c;hp=e47fca40cd451d021110539ef3883c6395e15472;hb=1d6c2dbc8cd96877b4f8df5698b6ff18d2fddac8;hpb=381b5fa4aeb39bf3e3eaa79eba2cee383422b273 diff --git a/lib/Devel/REPL/Plugin/DDC.pm b/lib/Devel/REPL/Plugin/DDC.pm index e47fca4..97f3239 100644 --- a/lib/Devel/REPL/Plugin/DDC.pm +++ b/lib/Devel/REPL/Plugin/DDC.pm @@ -1,7 +1,10 @@ +use strict; +use warnings; package Devel::REPL::Plugin::DDC; use Devel::REPL::Plugin; use Data::Dumper::Concise (); +use namespace::autoclean; around 'format_result' => sub { my $orig = shift;