Skip to content

Commit

Permalink
1.010 - change bugtracker in Makefile.PL to github
Browse files Browse the repository at this point in the history
  • Loading branch information
noxxi committed Feb 26, 2021
1 parent 9eb45fd commit 862eb22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -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 => {
Expand Down
2 changes: 1 addition & 1 deletion 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;
Expand Down

0 comments on commit 862eb22

Please sign in to comment.