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=c897e8182bd52850ce0cb6246bca02ee2d2286c9;hp=26fdd13015235f786838acd842dc98904efd4766;hb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa diff --git a/lib/Devel/REPL/Plugin/DDC.pm b/lib/Devel/REPL/Plugin/DDC.pm index 26fdd13..c897e81 100644 --- a/lib/Devel/REPL/Plugin/DDC.pm +++ b/lib/Devel/REPL/Plugin/DDC.pm @@ -1,9 +1,13 @@ use strict; use warnings; package Devel::REPL::Plugin::DDC; +# ABSTRACT: Format results with Data::Dumper::Concise + +our $VERSION = '1.003028'; use Devel::REPL::Plugin; use Data::Dumper::Concise (); +use namespace::autoclean; around 'format_result' => sub { my $orig = shift; @@ -26,9 +30,7 @@ around 'format_result' => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::DDC - Format results with Data::Dumper::Concise +=pod =head1 SYNOPSIS @@ -49,4 +51,3 @@ Devel::REPL::Plugin::DDC - Format results with Data::Dumper::Concise $ =cut -