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: 20877
Status: open
Priority: 0/
Queue: YAML

People
Owner: Nobody in particular
Requestors: asuffield [...] suffields.me.uk
Cc:
AdminCc:

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



Subject: YAML::Node for scalars
Date: Mon, 7 Aug 2006 16:50:34 +0100
To: bug-YAML [...] rt.cpan.org
From: Andrew Suffield <asuffield [...] suffields.me.uk>
DB<7> $x = "foo"; my $ynode = YAML::Node->new($x, "bar"); print ynode($ynode) DB<8> $x = "foo"; my $ynode = YAML::Node->new($x, "bar"); print ynode($$ynode) yaml_scalar=HASH(0x83f41e4) Did I get the invocation wrong, or is YAML::Node just busted for scalars?
This issue has been copied to: https://github.com/ingydotnet/yaml-pm/issues/68 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.