mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 20:55:39 -04:00
Merge branch 'master' of github.com:perlbot/perlbuut
This commit is contained in:
commit
661de2e297
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ no warnings;
|
||||||
|
|
||||||
if( $@ ) { print STDOUT "Error: $@"; return }
|
if( $@ ) { print STDOUT "Error: $@"; return }
|
||||||
|
|
||||||
my $dp = B::Deparse->new("-p", "-q", "-x7");
|
my $dp = B::Deparse->new("-p", "-q", "-x7", "-d");
|
||||||
|
|
||||||
my @out;
|
my @out;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue