Skip Menu |

This queue is for tickets about the Palm-Progect CPAN distribution.

Report information
The Basics
Id: 9644
Status: resolved
Priority: 0/
Queue: Palm-Progect

People
Owner: Nobody in particular
Requestors: cpan [...] ali.as
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.0.1
Fixed in: (no value)



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' );
[ADAMK - Wed Jan 12 01:29:07 2005]: Show quoted text
> 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' );
Thanks - this has been bugging me for a long time, but I didn't know there was a way to bundle test modules without indexing them. Anyway, since Test::More is so common these days, I just added it as a prerequsite. So this is fixed in version 2.0.2 of Palm::Progect, released today. Thanks for the bugreport! Michael