Skip Menu |

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

Report information
The Basics
Id: 6810
Status: resolved
Priority: 0/
Queue: Module-Signature

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: GPG version checking is broken
The GnuPG version checking code is a bit borked. Specifically, this line: if (my $version = _has_gpg()) { There needs to be parens around $version or it will always be 1. -dave