1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 10:35:41 -04:00

Merge branch 'master' of github.com:perlbot/perlbuut

This commit is contained in:
Ryan Voots 2017-04-14 17:21:24 -04:00
commit 661de2e297

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;