On Mon Dec 26 06:00:00 2011, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote: > git bisect > ---------- > commit 415d4c68d180055a2cbbd2b2db5ab0e83fc38698 > Author: Father Chrysostomos <sprout@cpan.org> > Date: Sat Dec 24 14:44:30 2011 -0800 > > [perl #24027] Deparse strict vars and subs > > diagnostics > ----------- > ATM I cannot find a report on cpantesters illustrating this. So here > is > my test output: > > make[1]: Entering directory `/tmp/tmp.Kossfp0vlE/YAML-0.77-FVvmLX' > PERL_DL_NONLAZY=1 /home/sand/src/perl/repoperls/installed- > perls/perl/v5.15.6-147-g415d4c6/127e/bin/perl "- > MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', > 'blib/arch')" t/*.t > t/2-scalars.t ............ ok > t/basic-tests.t .......... ok > t/bugs-emailed.t ......... ok > t/bugs-rt.t .............. ok > t/changes.t .............. ok > t/dump-basics.t .......... ok > t/dump-blessed.t ......... ok > > # Failed test 'a code ref (n->y)' > # at /tmp/tmp.Kossfp0vlE/YAML-0.77-FVvmLX/blib/lib/Test/YAML.pm line > 65. > # got: '--- !!perl/code | > # { > # use warnings; > # use strict; > # 'Something at least 30 chars'; > # } > # ' > # expected: '--- !!perl/code | > # { > # use warnings; > # use strict 'refs'; > # 'Something at least 30 chars'; > # } > # ' This is a bug fix in B::Deparse. I think YAML’s tests need to be less sensitive. -- Father Chrysostomos --- via perlbug: queue: perl5 status: new https://rt.perl.org:443/rt3/Ticket/Display.html?id=107058