Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 121292
Status: new
Priority: 0/
Queue: Module-Build

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

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



Subject: sign adds SIGNATURE to MANIFEST even if it already exists
Since Test::CheckManifest 1.31 includes code to check for duplicate entries in MANIFEST https://github.com/reneeb/Test-CheckManifest/pull/5 I found out Module::Build adds SIGNATURE to MANIFEST in sub _sign_dir. To prevent errors from Test::CheckManifest Module::Build should check if SIGNATURE is already in MANIFEST before adding it.