Skip Menu |

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

Report information
The Basics
Id: 26057
Status: resolved
Priority: 0/
Queue: YAML-Syck

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

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



Subject: tick in string bug
perl -e ' use YAML::Syck 0.84; my $x = <<EOS; let\047s put a tick into a string, OK? EOS my $y = YAML::Syck::Dump $x; my $z = YAML::Syck::Load $y; ' Syck parser (line 2, column -1): syntax error at /home/src/perl/repoperls/installed-perls/perl/pLMjU3d/perl-5.8.0@30828/lib/site_perl/5.9.5/i686-linux-64int/YAML/Syck.pm line 43. Sorry for the bad news. Thanks,
Fixed (as of YAML::Syck 1.01).