Skip Menu |

This queue is for tickets about the threads-shared CPAN distribution.

Report information
The Basics
Id: 86625
Status: resolved
Priority: 0/
Queue: threads-shared

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.43
Fixed in: 1.45



Subject: Useless dependency on Test
Current Makefile.PL puts `Test' into PREREQ_PM, however the module is nowhere used. There are some tests that call Test::*(), but they define the Test package to put the t/test.pl functions to that name space. So I guess the Test module should not be tracked as a dependency.
On 2013-07-02 06:32:15, ppisar wrote: Show quoted text
> Current Makefile.PL puts `Test' into PREREQ_PM, > however the module is nowhere used.
Thanks for the bug report. This will be fixed in the next update (whenever that may be).
On 2013-07-02 06:32:15, ppisar wrote: Show quoted text
> Current Makefile.PL puts `Test' into PREREQ_PM, however the module is > nowhere used. There are some tests that call Test::*(), but they > define the Test package to put the t/test.pl functions to that name > space. So I guess the Test module should not be tracked as a > dependency.
threads::shared v1.45 fixes this issue.