Commit c9e372b
committed
avoid using Data::Dumper for Perl OBJECT refs
Data::Dumper (at least as of 2.192, which is in the Perl git repo)
doesn't support the new SVt_PVOBJ type, and generates a warning
when it encounters it. It does actually return something, but
the warning can be quite annoying.
This commit special cases reftypes of 'OBJECT', avoiding use of
Data::Dumper altogether.1 parent d678dca commit c9e372b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| 487 | + | |
487 | 488 | | |
488 | 489 | | |
489 | 490 | | |
| |||
0 commit comments