Skip Menu |

This queue is for tickets about the Error-Base CPAN distribution.

Report information
The Basics
Id: 104016
Status: new
Priority: 0/
Queue: Error-Base

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

Bug Information
Severity: (no value)
Broken in: v1.0.2
Fixed in: (no value)



Subject: New warning: Negative repeat count does nothing
perl 5.21.x has a new warning "Negative repeat count does nothing" which causes t/510-acc-put.t to fail: # Failed test 'return-quietly' # at t/510-acc-put.t line 310. # Expecting no STDERR, but got "Negative repeat count does nothing at /tmpfs/.cpan-build/Error-Base-v1.0.2-n8_n_D/blib/lib/Error/Base.pm line 553.\n" # Looks like you failed 1 test of 4. # Failed test 'Error-Base: acc-put: pre-int-empty-B' # at t/510-acc-put.t line 281. # Looks like you failed 1 test of 19. t/510-acc-put.t ....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/19 subtests
On 2015-04-27 16:07:02, SREZIC wrote: Show quoted text
> perl 5.21.x has a new warning "Negative repeat count does nothing" > which causes t/510-acc-put.t to fail: > > > # Failed test 'return-quietly' > # at t/510-acc-put.t line 310. > # Expecting no STDERR, but got "Negative repeat count does nothing at > /tmpfs/.cpan-build/Error-Base-v1.0.2-n8_n_D/blib/lib/Error/Base.pm > line 553.\n" > # Looks like you failed 1 test of 4. > > # Failed test 'Error-Base: acc-put: pre-int-empty-B' > # at t/510-acc-put.t line 281. > # Looks like you failed 1 test of 19. > t/510-acc-put.t ....... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/19 subtests
This is still an issue with the latest stable perls (5.22.0, 5.22.1-RC1).