On Tue, Feb 12, 2019 at 03:52:38PM +0100, Alexander Bluhm wrote:
> Hi
> 
> ok to import p5-Mail-DMARC-Iterator ?
> 
I would add this patch to fix a prototype mismatch warning
during regression tests.
other than that ok giovanni@
$OpenBSD$

Remove Prototype mismatch ($) vs none

Index: lib/Mail/DMARC/Iterator.pm
--- lib/Mail/DMARC/Iterator.pm.orig
+++ lib/Mail/DMARC/Iterator.pm
@@ -52,7 +52,7 @@ sub import {
 
 
 # defined at the end, based on the public suffix module we have installed
-sub organizational_domain($);
+sub organizational_domain;
 
 sub new {
     my ($class,%args) = @_;

Attachment: signature.asc
Description: PGP signature

Reply via email to