in reply to Re^2: Test::Simple will install, but not be detected as an appropriate dependency in CPAN
in thread Test::Simple will install, but not be detected as an appropriate dependency in CPAN

Now I seem to have shifted the problem. CPAN says forks.pm is installed and up to date, but Maker (a program that uses forks.pm) still says it can't find it. Running locate forks.pm returns nothing.
  • Comment on Re^3: Test::Simple will install, but not be detected as an appropriate dependency in CPAN
  • Download Code

Replies are listed 'Best First'.
Re^4: Test::Simple will install, but not be detected as an appropriate dependency in CPAN
by Anonymous Monk on Jul 09, 2015 at 21:08 UTC

    So compare shebangs (commandline, Maker), compare @INC, and figure out the difference

    You can always installl "forks" in a different INSTALL_BASE and tell "Maker" about it