Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Mini CPAN distribution.

Report information
The Basics
Id: 65610
Status: open
Priority: 0/
Queue: Test-Mini

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: v1.1.1
Fixed in: (no value)



Subject: BUILD_REQUIRES not understood by older MakeMakers
MakeMaker only understands BUILD_REQUIRES since 6.55_01 or so. I'd recommend adding the BUILD_REQUIRES to the PREREQ_PM when the MakeMaker is older. The fail reports on cpantesters indicate that they are all due to missing modules from the BUILD_REQUIRES section. Oh, and while I'm here: please add a version number to Test::Mini, it's a pain to trace modules without any version number. Thanks,
There is a pull request open on github that will resolve this problem: https://github.com/pvande/Test-Mini/pull/16