Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-PrereqScanner CPAN distribution.

Report information
The Basics
Id: 83268
Status: rejected
Priority: 0/
Queue: Perl-PrereqScanner

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

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Ignore "Test::Requires" declarations
If a test pulls in a module via: use Test::Requires 'Foo'; or use Test::Requires { 'Foo' => '1.23' }; ...the module should not be added to the list of prereqs.
On Mon Feb 11 09:37:38 2013, ETHER wrote: Show quoted text
> If a test pulls in a module via:
Show quoted text
> ...the module should not be added to the list of prereqs
...if/when something else later in that file should cause that module to be added to the prereqs.
However it would be sensible to still add this module to the recommends list.
This is now represented by multiple pull requests on GitHub. -- rjbs