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:
commit
d6eda34633
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue