Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 93309
Status: resolved
Priority: 0/
Queue: YAML-LibYAML

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

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



Subject: Legacy bundled Test::Builder causes superfluous warnings on 5.19+

Looks similar to https://rt.cpan.org/Ticket/Display.html?id=90185 and is probably the case for anything you bundle Test::Builder with really.

Test::Builder 0.98
https://metacpan.org/source/INGY/YAML-LibYAML-0.41/inc/Test/Builder.pm#L8

PERL_DL_NONLAZY=1 /home/kent/perl5/perlbrew/perls/perl-5.19.9-fast/bin/perl5.19.9 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
Possible precedence issue with control flow operator at /home/kent/.cpanm/work/1393251373.733713/YAML-LibYAML-0.41/inc/Test/Builder.pm line 917.
t/alias.t ............ ok
Possible precedence issue with control flow operator at /home/kent/.cpanm/work/1393251373.733713/YAML-LibYAML-0.41/inc/Test/Builder.pm line 917.
t/api.t .............. ok
Possible precedence issue with control flow operator at /home/kent/.cpanm/work/1393251373.733713/YAML-LibYAML-0.41/inc/Test/Builder.pm line 917.
t/ascii.t ............ ok
Possible precedence issue with control flow operator at /home/kent/.cpanm/work/1393251373.733713/YAML-LibYAML-0.41/inc/Test/Builder.pm line 917.
t/blessed.t .......... ok

 

x a bunch.

On Mon Feb 24 09:20:09 2014, KENTNL wrote: Show quoted text
> Looks similar to https://rt.cpan.org/Ticket/Display.html?id=90185 and > is > probably the case for anything you bundle Test::Builder with really. > > Test::Builder 0.98 > https://metacpan.org/source/INGY/YAML-LibYAML- > 0.41/inc/Test/Builder.pm#L8 > > PERL_DL_NONLAZY=1 > /home/kent/perl5/perlbrew/perls/perl-5.19.9-fast/bin/perl5.19.9 > "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', > 'blib/arch')" > t/*.t > Possible precedence issue with control flow operator at > /home/kent/.cpanm/work/1393251373.733713/YAML-LibYAML- > 0.41/inc/Test/Builder.pm > line 917. > t/alias.t ............ ok > Possible precedence issue with control flow operator at > /home/kent/.cpanm/work/1393251373.733713/YAML-LibYAML- > 0.41/inc/Test/Builder.pm > line 917. > t/api.t .............. ok > Possible precedence issue with control flow operator at > /home/kent/.cpanm/work/1393251373.733713/YAML-LibYAML- > 0.41/inc/Test/Builder.pm > line 917. > t/ascii.t ............ ok > Possible precedence issue with control flow operator at > /home/kent/.cpanm/work/1393251373.733713/YAML-LibYAML- > 0.41/inc/Test/Builder.pm > line 917. > t/blessed.t .......... ok > > x a bunch.
moved this to git-hub issue #13 https://github.com/ingydotnet/yaml-libyaml-pm/issues/13 -- -- Dez.