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: 67678
Status: resolved
Priority: 0/
Queue: YAML

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

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



Subject: Cannot dump blessed globs.
use YAML; Dump(bless(\*x, 'Whatever')); --------------------------------- YAML Error: Can't create YAML::Node from 'GLOB' Code: Can't create YAML::Node from 'GLOB' at /home/aduong/.local/lib/perl5/YAML/Types.pm line 35
On 2011-04-21 18:01:42, ADR wrote: Show quoted text
> YAML Error: Can't create YAML::Node from 'GLOB' > Code: Can't create YAML::Node from 'GLOB'
Somewhat fixed at https://github.com/ingydotnet/yaml-pm/pull/26 because I needed to dump some debug data. -- Matthew
This issue has been copied to: https://github.com/ingydotnet/yaml-pm/issues/111 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.
Was fixed in 0.95