X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FDDS.pm;h=457ec692ef9a415e7cb372184d07140fa89d4171;hb=3d22167c1a074925fcfc1d69b31b4d27b358195e;hp=512d48c6cd6165c8aca46a9499e2cc7fa3fc8afc;hpb=950232b2d6e2398c5f804c58e2bedf1e98fd7151;p=p5sagit%2FDevel-REPL.git 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];