Subject: | Test suite fails without URI.pm (0.4) |
If URI.pm is not installed, then the test suite fails:
...
# Failed test 'use URI::tel;'
# at t/00.load.t line 4.
# Tried to use 'URI::tel'.
# Error: Can't locate URI.pm in @INC (you may need to install the URI module) (@INC contains: /home/cpansand/.cpan/build/2019082512/URI-tel-0.4-XEIFz2/blib/lib /home/cpansand/.cpan/build/2019082512/URI-tel-0.4-XEIFz2/blib/arch /opt/perl-5.24.4D/lib/site_perl/5.24.4/x86_64-linux-ld /opt/perl-5.24.4D/lib/site_perl/5.24.4 /opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld /opt/perl-5.24.4D/lib/5.24.4 .) at /opt/perl-5.24.4D/lib/5.24.4/parent.pm line 16.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019082512/URI-tel-0.4-XEIFz2/blib/lib/URI/tel.pm line 17.
# Compilation failed in require at t/00.load.t line 4.
# BEGIN failed--compilation aborted at t/00.load.t line 4.
# Looks like you failed 1 test of 1.
t/00.load.t .....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
... (etc) ...
Probably URI should be declared as a prerequisite.