1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 18:45:42 -04:00

Merge pull request #13 from mauke/patch-1

make deparse use Data::Dumper for constants
This commit is contained in:
Ryan Voots 2017-04-14 14:20:05 -07:00 committed by GitHub
commit d6eda34633

View file

@ -179,7 +179,7 @@ no warnings;
if( $@ ) { print STDOUT "Error: $@"; return }
my $dp = B::Deparse->new("-p", "-q", "-x7");
my $dp = B::Deparse->new("-p", "-q", "-x7", "-d");
my @out;