From 862eb221725f5589da10dca2de0530f7b25d5591 Mon Sep 17 00:00:00 2001 From: Steffen Ullrich Date: Fri, 26 Feb 2021 13:30:21 +0100 Subject: [PATCH] 1.010 - change bugtracker in Makefile.PL to github --- Changes | 2 ++ Makefile.PL | 2 +- lib/Mail/DKIM/Iterator.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 00bd50a..ca984a3 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +1.010 - 2021/02/26 +- change bugtracker in Makefile.PL to github 1.009 - 2019/04/22 - fixed bug where DNS error was reported when DNS was processed before the end of mail diff --git a/Makefile.PL b/Makefile.PL index 1090268..f8accb0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ WriteMakefile( license => 'http://dev.perl.org/licenses/', repository => 'https://github.com/noxxi/p5-mail-dkim-iterator', homepage => 'https://github.com/noxxi/p5-mail-dkim-iterator', - bugtracker => 'https://rt.cpan.org/Dist/Display.html?Queue=Mail-DKIM-Iterator', + bugtracker => 'https://github.com/noxxi/p5-mail-dkim-iterator/issues', }, }, PREREQ_PM => { diff --git a/lib/Mail/DKIM/Iterator.pm b/lib/Mail/DKIM/Iterator.pm index c522d06..da22348 100644 --- a/lib/Mail/DKIM/Iterator.pm +++ b/lib/Mail/DKIM/Iterator.pm @@ -1,7 +1,7 @@ package Mail::DKIM::Iterator; use v5.10.0; -our $VERSION = '1.009'; +our $VERSION = '1.010'; use strict; use warnings;