Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[DBD::Pg] Workaround for unwanted breaking change in Module::Signature.

0 views
Skip to first unread message

dbdpg-...@bucardo.org

unread,
Sep 29, 2015, 11:45:02 AM9/29/15
to dbd-pg-...@perl.org
Committed by Greg Sabino Mullane <gr...@endpoint.com>

Workaround for unwanted breaking change in
Module::Signature.

---
t/00_signature.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/00_signature.t b/t/00_signature.t
index 1b9eb2b..6172dd3 100644
--- a/t/00_signature.t
+++ b/t/00_signature.t
@@ -24,7 +24,7 @@ SKIP: {
fail ('SIGNATURE file was empty');
}
else {
- my $ret = Module::Signature::verify();
+ my $ret = Module::Signature::verify(skip=>1);
if ($ret eq Module::Signature::SIGNATURE_OK()) {
pass ('Valid SIGNATURE file');
}
--
1.8.4

0 new messages