Your message dated Mon, 5 Dec 2016 19:01:18 +0100
with message-id <[email protected]>
and subject line Re: Bug#489200: libyaml-perl fails to load back list of 
hashes, when hash key is quoted
has caused the Debian Bug report #489200,
regarding libyaml-perl fails to load back list of hashes, when hash key is 
quoted
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
489200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489200
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libyaml-perl
Version: 0.66-1
Severity: normal


  How to reproduce:

  Run this script:

[isbear:~] cat yt2.pl 
#! /usr/bin/perl

use strict;
use warnings;
use YAML;
#{ no warnings; $YAML::CompressSeries = 1 };

my $a = [
        {
                'a ' => 'b'
        }
];

my $dump = Dump $a;
print "---- start ----\n$dump\n---- end ----\n";
my $b = Load $dump;

# The End.


  Error message (this one is from amd64 machine, on i386 message it is
exactly the same):

[isbear:~] ./yt2.pl
---- start ----
---
- 'a ': b

---- end ----
YAML Error: Couldn't parse single line value
   Code: YAML_PARSE_ERR_SINGLE_LINE
   Line: 2
   Document: 1
 at /usr/share/perl5/YAML.pm line 33



  The problem can be workarounded by not using CompressSeries feature,
however that feature is enabled by default, so, without extra
configuration module as it is will not work in such circumstances.


  
  Reportbug output:

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libyaml-perl depends on:
ii  perl                          5.10.0-11  Larry Wall's Practical
Extraction 

libyaml-perl recommends no packages.

-- no debconf information


-- 
Михайло Даниленко
-------------------------------
jabber: <[email protected]>
icq:    200352743



--- End Message ---
--- Begin Message ---
Version: 1.20-1

On Fri, 04 Jul 2008 09:44:24 -0500, Gunnar Wolf wrote:

> This bug is already known to upstream authors:
> http://rt.cpan.org/Ticket/Display.html?id=2957

And according to the upstream ticket, it's fixed in 1.20.
So closing the Debian bug as well with this version.
 

Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at/ - Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Leonard Cohen: Tower of Song

Attachment: signature.asc
Description: Digital Signature


--- End Message ---

Reply via email to