Subject: | Wrong install_share specification? |
The CPAN Tester Matrix shows random fail reports: http://matrix.cpantesters.org/?dist=Map-Tube-Delhi%200.37
On my smokers I see the same situation: with some perls tests fail and others tests pass.
I think the difference is whether Map::Tube::Delhi was already installed before: if it was, then tests pass, otherwise it fails.
Looking further I see a "non-standard" use of File::ShareDir::Install in Makefile.PL. If this is changed to "normal" use (see below), then tests pass:
use File::ShareDir::Install;
#$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
#$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
#install_share module => "Map::Tube::Delhi", "share";
install_share dist => "share";