Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Meta-YAML CPAN distribution.

Report information
The Basics
Id: 75907
Status: resolved
Priority: 0/
Queue: CPAN-Meta-YAML

People
Owner: Nobody in particular
Requestors: sferencik [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.007
Fixed in: (no value)



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';
Thank you for sending this bug report. Fortunately, this has been fixed upstream in YAML::Tiny and included in the 0.008 release of CPAN::Meta::YAML. Regards, David
On Tue Mar 20 09:35:31 2012, DAGOLDEN wrote: Show quoted text
> Thank you for sending this bug report. > > Fortunately, this has been fixed upstream in YAML::Tiny and included
in Show quoted text
> the 0.008 release of CPAN::Meta::YAML. > > Regards, > > David
Thanks, I had missed the new version. Sam