Skip Menu |

This queue is for tickets about the Template-Plugin-PerlTidy CPAN distribution.

Report information
The Basics
Id: 118928
Status: resolved
Priority: 0/
Queue: Template-Plugin-PerlTidy

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: ANDK [...] cpan.org
AdminCc:

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



CC: ANDK [...] cpan.org
Subject: Tests fail with bleadperl
On my smoker systems (linux, freebsd) the test suite fails with perl 5.25.7. 5.25.6 and earlier is fine. Test log: ... Use of uninitialized value $output in pattern match (m//) at t/01html_output.t line 24. # Failed test 1 in t/01html_output.t at line 24 # t/01html_output.t line 24 is: ok($output =~ m[<span class="c">#!/usr/bin/perl -w</span>] ); t/01html_output.t .. Failed 1/1 subtests Use of uninitialized value $output in pattern match (m//) at t/02quiet.t line 23. # Failed test 1 in t/02quiet.t at line 23 # t/02quiet.t line 23 is: ok($output =~ m[<span class="c">#!/usr/bin/perl -w</span>] ); t/02quiet.t ........ Failed 1/1 subtests ... @Andreas: maybe a bisect candidate?
Bisect points to v5.25.6-266-ga083329. so this is the same issue as https://rt.perl.org/Ticket/Display.html?id=130132
RT-Send-CC: ANDK [...] cpan.org
On 2016-11-23 15:30:42, ANDK wrote: Show quoted text
> Bisect points to v5.25.6-266-ga083329. so this is the same issue as > https://rt.perl.org/Ticket/Display.html?id=130132
Only 5.25.7 is affected. It passes again with later perl versions: http://fast-matrix.cpantesters.org/?dist=Template-Plugin-PerlTidy%200.03 Resolving.