Skip Menu |

This queue is for tickets about the R-DescriptionFile CPAN distribution.

Report information
The Basics
Id: 124376
Status: resolved
Priority: 0/
Queue: R-DescriptionFile

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

Bug Information
Severity: Unimportant
Broken in: 0.002
Fixed in: (no value)



Subject: incorrect dependency type
In your distribution Test::More is listed as build dependency (prereqs/build/requires in META.json) and test dependency (prereqs/test/requires in META.json). It should be test only as it is not used in make stage. -- Alexandr Ciornii, http://chorny.net
在2018-二月-09 06:31:28 星期五时,CHORNY写到: Show quoted text
> In your distribution Test::More is listed as build dependency > (prereqs/build/requires in META.json) and test dependency > (prereqs/test/requires in META.json). It should be test only as it is > not used in make stage.
Thanks. It's fixed in a new 0.003 release.