Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 76305
Status: resolved
Priority: 0/
Queue: Dist-Zilla

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

Bug Information
Severity: Normal
Broken in:
  • 4.300013
  • 4.300014
  • 4.300015
Fixed in: (no value)



Subject: AutoPrereqs should handle tests generated by ExtraTests
ExtraTests generates test files for: - author testing - release testing - automated testing Author testing and Release testing files should not be scanned by AutoPrereqs in search for test_requires dependencies. Instead, those tests should be only used for DevelopPrereqs (if that exists). -- Olivier Mengué - http://perlresume.org/DOLMEN
Implementing #76993 ("ExtraTests: put #line in generated files") may help for that task as we would have the original path of the test file, so we could detect this is an extra test. -- Olivier Mengué - http://perlresume.org/DOLMEN
Well, filtering out t/author-*.t and t/release-*.t would be already enough. -- Olivier Mengué - http://perlresume.org/DOLMEN
Subject: [PATCH] AutoPrereqs should skip author/release test content generated by ExtraTests
Patch available on GitHub: https://github.com/rjbs/dist-zilla/pull/106 -- Olivier Mengué
merged -- rjbs