Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the YAML CPAN distribution.

Report information
The Basics
Id: 4784
Status: resolved
Priority: 0/
Queue: YAML

People
Owner: Nobody in particular
Requestors: SAMV [...] cpan.org
Cc:
AdminCc:

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



Subject: Can't create YAML::Node from 'REF' at /usr/share/perl5/YAML/Transfer.pm line 41
To reproduce: perl -MYAML -le '$foo = \\\$bar; bless $foo, "bar"; print Dump $foo'
On Mon Dec 29 22:48:18 2003, guest wrote: Show quoted text
> To reproduce: > > perl -MYAML -le '$foo = \\\$bar; bless $foo, "bar"; print Dump $foo'
I just tried this with YAML 0.66 and it seems to work. I'm attaching the output from my attempt. --Larry Gilbert
$ perl -MYAML -le '$foo = \\\$bar; bless $foo, "bar"; print Dump $foo' --- !!perl/ref:bar =: !!perl/ref =: !!perl/ref =: ~ $
This issue has been copied to: https://github.com/ingydotnet/yaml-pm/issues/39 please take all future correspondence there. This ticket will remain open but please do not reply here. This ticket will be closed when the github issue is dealt with.
seems to be fixed