Mon Aug 07 14:08:19 2006asuffield [...] suffields.me.uk - Ticket created
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?
Thu Aug 14 02:43:59 2014ingy [...] cpan.org - Correspondence added
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.
Thu Aug 14 02:44:00 2014The RT System itself - Status changed from 'new' to 'open'