Skip Menu |

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

Report information
The Basics
Id: 71902
Status: resolved
Priority: 0/
Queue: YAML-XS

People
Owner: Nobody in particular
Requestors: tanmoymandal [...] yahoo.com
Cc:
AdminCc:

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



Subject: YAML::XS generates wrapped text for long scalar value
Here is an example in our system. This uses perl 5.8.8 and YAML::XS 0.33. Show quoted text
>> /home/utils/perl-5.8.8/bin/perl -MYAML::XS -e 'print Dump
{my_key=>"When foo or foobar is used, everyone understands that these are just examples, and they dont really exist."}' --- my_key: When foo or foobar is used, everyone understands that these are just examples, and they dont really exist. The long scalar gets wrapped up by default with YAML::XS. This does not happen with YAML package. Show quoted text
>> /home/utils/perl-5.8.8/bin/perl -MYAML -e 'print Dump {my_key=>"When
foo or foobar is used, everyone understands that these are just examples, and they dont really exist."}' --- my_key: 'When foo or foobar is used, everyone understands that these are just examples, and they dont really exist.'
Subject: Re: [rt.cpan.org #71902] YAML::XS generates wrapped text for long scalar value
Date: Thu, 26 Jan 2012 21:42:20 -0800
To: bug-YAML-XS [...] rt.cpan.org
From: Ingy dot Net <ingy [...] ingy.net>
I'll give it a try on Sunday. On Mon, Oct 24, 2011 at 12:22 PM, Tanmoy Mandal via RT < bug-YAML-XS@rt.cpan.org> wrote: Show quoted text
> Mon Oct 24 15:22:56 2011: Request 71902 was acted upon. > Transaction: Ticket created by tmandal > Queue: YAML-XS > Subject: YAML::XS generates wrapped text for long scalar value > Broken in: 0.36 > Severity: Important > Owner: Nobody > Requestors: tanmoymandal@yahoo.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=71902 > > > > Here is an example in our system. This uses perl 5.8.8 and YAML::XS > 0.33. >
> >> /home/utils/perl-5.8.8/bin/perl -MYAML::XS -e 'print Dump
> {my_key=>"When foo or foobar is used, everyone understands that these > are just examples, and they dont really exist."}' > > --- > my_key: When foo or foobar is used, everyone understands that these are > just examples, > and they dont really exist. > > The long scalar gets wrapped up by default with YAML::XS. This does not > happen with YAML package. >
> >> /home/utils/perl-5.8.8/bin/perl -MYAML -e 'print Dump {my_key=>"When
> foo or foobar is used, everyone understands that these are just > examples, and they dont really exist."}' > > --- > my_key: 'When foo or foobar is used, everyone understands that these > are just examples, and they dont really exist.' > >