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.