Subject: | Can't locate common/sense.pm |
The test suite fails if common::sense is not installed, so it probably needs to be declared as a prereq. Excerpt of test log:
...
# Failed test 'use WWW::Reddit;'
# at t/WWW-Reddit.t line 12.
# Tried to use 'WWW::Reddit'.
# Error: Can't locate common/sense.pm in @INC (you may need to install the common::sense module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2020010704/WWW-Reddit-0.10-0/blib/lib/WWW/Reddit.pm line 8.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020010704/WWW-Reddit-0.10-0/blib/lib/WWW/Reddit.pm line 8.
# Compilation failed in require at t/WWW-Reddit.t line 12.
# BEGIN failed--compilation aborted at t/WWW-Reddit.t line 12.
# Looks like you failed 1 test of 1.
t/WWW-Reddit.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...