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=457ec692ef9a415e7cb372184d07140fa89d4171;hp=512d48c6cd6165c8aca46a9499e2cc7fa3fc8afc;hb=e22aa835df762f888ec7ff9efb2a599ebe17538e;hpb=97d28d6b74a5aa91b2af19a28c438caa193bfac0 diff --git a/lib/Devel/REPL/Plugin/DDS.pm b/lib/Devel/REPL/Plugin/DDS.pm index 512d48c..457ec69 100644 --- a/lib/Devel/REPL/Plugin/DDS.pm +++ b/lib/Devel/REPL/Plugin/DDS.pm @@ -3,7 +3,7 @@ package Devel::REPL::Plugin::DDS; use Moose::Role; use Data::Dump::Streamer (); -around 'print' => sub { +around 'format_result' => sub { my $orig = shift; my $self = shift; my $to_dump = (@_ > 1) ? [@_] : $_[0];