On Thu, May 22, 2014, 12:58:45, Karen Etheridge via RT wrote:
Show quoted text><URL:
https://rt.cpan.org/Ticket/Display.html?id=95853 >
>
>On Thu, May 22, 2014 at 12:17:29PM -0400, Lubos Kolouch via RT wrote:
>> But try this:
>>
>> perl -MYAML::Tiny -wE 'use utf8; my $doc = YAML::Tiny->new( { happyč =>
>> "č" } ); $doc->write("happy.txt")'
>>
>> I get :
>>
>> Wide character in print at
>> /home/lubos/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/YAML/Tiny.pm
>> line 408.
>>
>> $YAML::Tiny::VERSION = '1.55';
>
>This should be fixed in the latest version. Have you tried upgrading?
You are right, works in 1.62, many thanks!
Lubos