Skip Menu |

This queue is for tickets about the Complete-File CPAN distribution.

Report information
The Basics
Id: 107133
Status: resolved
Priority: 0/
Queue: Complete-File

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

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



Subject: Minimum Complete::Path version
t/complete_file.t may fail like this: Use of uninitialized value $exp_im_path_max_len in numeric le (<=) at /usr/perl5.20.3p/lib/site_perl/5.20.3/Complete/Path.pm line 225. # Failed test 'F/S/o (result)' # at t/complete_file.t line 140. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = 'Food/Sub4/one' # [] # Looks like you failed 1 test of 1. # Failed test 'opt: exp_im_path' # at t/complete_file.t line 98. # Looks like you failed 1 test of 11. t/complete_file.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests Statistical analysis shows that failures happen if Complete::Path 0.15 or earlier is installed, but not with 0.17, so you might want to specify the minimum version in Makefile.PL/Build.PL.
On Thu Sep 17 01:27:46 2015, SREZIC wrote: Show quoted text
> t/complete_file.t may fail like this: > > Use of uninitialized value $exp_im_path_max_len in numeric le (<=) at > /usr/perl5.20.3p/lib/site_perl/5.20.3/Complete/Path.pm line 225. > > # Failed test 'F/S/o (result)' > # at t/complete_file.t line 140. > # Structures begin differing at: > # $got->[0] = Does not exist > # $expected->[0] = 'Food/Sub4/one' > # [] > # Looks like you failed 1 test of 1. > > # Failed test 'opt: exp_im_path' > # at t/complete_file.t line 98. > # Looks like you failed 1 test of 11. > t/complete_file.t ......... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/11 subtests > > > Statistical analysis shows that failures happen if Complete::Path 0.15 > or earlier is installed, but not with 0.17, so you might want to > specify the minimum version in Makefile.PL/Build.PL.
Updated in 0.37 (along with other update).
On 2015-09-17 08:10:59, PERLANCAR wrote: Show quoted text
> On Thu Sep 17 01:27:46 2015, SREZIC wrote:
> > t/complete_file.t may fail like this: > > > > Use of uninitialized value $exp_im_path_max_len in numeric le (<=) at > > /usr/perl5.20.3p/lib/site_perl/5.20.3/Complete/Path.pm line 225. > > > > # Failed test 'F/S/o (result)' > > # at t/complete_file.t line 140. > > # Structures begin differing at: > > # $got->[0] = Does not exist > > # $expected->[0] = 'Food/Sub4/one' > > # [] > > # Looks like you failed 1 test of 1. > > > > # Failed test 'opt: exp_im_path' > > # at t/complete_file.t line 98. > > # Looks like you failed 1 test of 11. > > t/complete_file.t ......... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/11 subtests > > > > > > Statistical analysis shows that failures happen if Complete::Path 0.15 > > or earlier is installed, but not with 0.17, so you might want to > > specify the minimum version in Makefile.PL/Build.PL.
> > Updated in 0.37 (along with other update).
I think you forgot the CPAN upload?
On Sat Sep 19 05:54:48 2015, SREZIC wrote: Show quoted text
> I think you forgot the CPAN upload?
Yup, sorry about that. Done.