Data-Difflet

 view release on metacpan or  search on metacpan

lib/Data/Difflet.pm  view on Meta::CPAN

            $type .= "_color";
            $color{$type} = ($fg ? "$fg " : "").($bg ? "on_$bg" : "");
        }
    }
    bless {
        %color,
        indent => 2,
    }, $class;
}

sub _f($) { die "Do not call directly"; }

sub ddf {
    my $self = shift;
    @_==1 or die;

    local $Data::Dumper::Terse = 1;
    local $Data::Dumper::Indent = 0;
    Dumper(@_);
}



( run in 1.796 second using v1.01-cache-2.11-cpan-5b529ec07f3 )