Subject: | dump-perl-types.t broken on Blead >= v5.15.5-469-g6cee328 |
v5.15.5-469-g6cee328, v5.15.5-486-g423e8af , v5.15.5-502-gb7c4bcf , perl-5.15.6( release ): All fail t/dump-perl-types.t due to getting # use strict 'refs'; # BEGIN { # $^H{'strict/subs'} = undef; # $^H{'strict/refs'} = undef; # $^H{'strict/vars'} = undef; # } instead of simply # use strict 'refs'; v5.15.6-172-g11e0f19, v5.15.6-179-gda1dff9, v5.15.6-207-gd5e4555, v5.15.6-321-g8756617 All fail with # use strict; Instead of # use strict 'refs'; http://www.cpantesters.org/cpan/report/2a994f02-3519-11e1-8d1f-0e329aeef8c6 ^ Completely replicates my problem. But for completeness, my build log and perl -V can be found here if they are deemed to be useful: https://gist.github.com/1551182 Thanks =)