Subject: | Scalar::Util::refaddr not defined |
Hi,
There's a BEGIN block in YAML.pm that either "imports" refaddr() from
Scalar::Util, or "rolls its own." I believe there is a logical error,
causing refaddr() to be undefined if Scalar::Util older than 1.18 is
installed.
Thanks,
Sam
===
Patch:
Left file:
C:\Users\ferencis\AppData\Local\Temp\p4v\PRGDWM355382_qaperforce_1666
\depot\QA\Toolbox\main.br\CPAN\CPAN-Meta-YAML\0.007
\src\lib\CPAN\Meta\YAML#1.pm
Right file:
C:\Users\ferencis\AppData\Local\Temp\p4v\PRGDWM355382_qaperforce_1666
\depot\QA\Toolbox\main.br\CPAN\CPAN-Meta-YAML\0.007_bc1
\src\lib\CPAN\Meta\YAML#1.pm
618c618
< eval <<'END_PERL' if $@;
---
Show quoted text
> eval <<'END_PERL';