Subject: | Incorrect bundling of testing modules |
Palm::Progect bundles Test::Simple and Test::More, but in a way that results in them being indexed. The indexer should not know about included packages.
Recommend upgrading the Makefile.PL to a newer Module::Install-based install script, and using something like...
include( 'Test::More' );
include( 'Test::Simple' );