-13: my $copy_dump = Dumper $self; -14: -15: eval $copy_dump; warn $@ if $@; +13: eval Dumper($self); warn $@ if $@;