Skip to content

Commit

Permalink
Release.1.20210220 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbradshaw authored Feb 20, 2021
1 parent aa34f8c commit a60abea
Show file tree
Hide file tree
Showing 33 changed files with 924 additions and 383 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.20210220

- Fix db connection cache
- use Email::Sender for report sending

### 1.20200214

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2020 by Matt Simerson.
This software is copyright (c) 2021 by Matt Simerson.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand Down
87 changes: 46 additions & 41 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@
"Marc Bradshaw <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4229, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Module::Build version 0.4231",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
"version" : 2
},
"name" : "Mail-DMARC",
"prereqs" : {
"build" : {
"requires" : {}
"requires" : {
"Module::Build" : "0.3601"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::ShareDir::Install" : "0.06"
"File::ShareDir::Install" : "0.06",
"Module::Build" : "0.3601"
}
},
"runtime" : {
Expand All @@ -32,7 +34,6 @@
"Net::SMTPS" : "0"
},
"requires" : {
"CPAN" : "0",
"Carp" : "0",
"Config::Tiny" : "0",
"DBD::SQLite" : "1.31",
Expand All @@ -42,17 +43,15 @@
"Email::Simple" : "0",
"Encode" : "0",
"English" : "0",
"File::ShareDir" : "0",
"File::ShareDir" : "1.00",
"Getopt::Long" : "0",
"HTTP::Tiny" : "0",
"IO::Compress::Gzip" : "0",
"IO::Compress::Zip" : "0",
"IO::File" : "0",
"IO::Socket::SSL" : "0",
"IO::Uncompress::Gunzip" : "0",
"IO::Uncompress::Unzip" : "0",
"Mail::DKIM::PrivateKey" : "0",
"Mail::DKIM::Signer" : "0",
"Mail::DKIM::TextWrap" : "0",
"Net::DNS::Resolver" : "0",
"Net::IDN::Encode" : "0",
"Net::IP" : "0",
Expand All @@ -64,9 +63,9 @@
"Socket6" : "0.23",
"Sys::Hostname" : "0",
"Sys::Syslog" : "0",
"Test::File::ShareDir" : "0",
"URI" : "0",
"XML::LibXML" : "0",
"perl" : "5.008"
"XML::LibXML" : "0"
}
},
"test" : {
Expand All @@ -81,111 +80,117 @@
"provides" : {
"Mail::DMARC" : {
"file" : "lib/Mail/DMARC.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Base" : {
"file" : "lib/Mail/DMARC/Base.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::HTTP" : {
"file" : "lib/Mail/DMARC/HTTP.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Policy" : {
"file" : "lib/Mail/DMARC/Policy.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::PurePerl" : {
"file" : "lib/Mail/DMARC/PurePerl.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report" : {
"file" : "lib/Mail/DMARC/Report.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Aggregate" : {
"file" : "lib/Mail/DMARC/Report/Aggregate.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Aggregate::Metadata" : {
"file" : "lib/Mail/DMARC/Report/Aggregate/Metadata.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Aggregate::Record" : {
"file" : "lib/Mail/DMARC/Report/Aggregate/Record.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Aggregate::Record::Auth_Results" : {
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM" : {
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF" : {
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Aggregate::Record::Identifiers" : {
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Aggregate::Record::Row" : {
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Row.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated" : {
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Receive" : {
"file" : "lib/Mail/DMARC/Report/Receive.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Send" : {
"file" : "lib/Mail/DMARC/Report/Send.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Send::HTTP" : {
"file" : "lib/Mail/DMARC/Report/Send/HTTP.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Send::SMTP" : {
"file" : "lib/Mail/DMARC/Report/Send/SMTP.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Sender" : {
"file" : "lib/Mail/DMARC/Report/Sender.pm"
},
"Mail::DMARC::Report::Store" : {
"file" : "lib/Mail/DMARC/Report/Store.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Store::SQL" : {
"file" : "lib/Mail/DMARC/Report/Store/SQL.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Store::SQL::Grammars::MySQL" : {
"file" : "lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL" : {
"file" : "lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::Store::SQL::Grammars::SQLite" : {
"file" : "lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Report::URI" : {
"file" : "lib/Mail/DMARC/Report/URI.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Result" : {
"file" : "lib/Mail/DMARC/Result.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Result::Reason" : {
"file" : "lib/Mail/DMARC/Result/Reason.pm",
"version" : "1.20191025"
"version" : "1.20210220"
},
"Mail::DMARC::Test::Transport" : {
"file" : "lib/Mail/DMARC/Test/Transport.pm"
}
},
"release_status" : "stable",
Expand All @@ -201,13 +206,13 @@
"url" : "https://github.com/msimerson/mail-dmarc"
}
},
"version" : "1.20191025",
"version" : "1.20210220",
"x_contributors" : [
"Benny Pedersen <[email protected]>",
"Jean Paul Galea <[email protected]>",
"Marisa Clardy <[email protected]>",
"Priyadi Iman Nurcahyo <[email protected]>",
"Ricardo Signes <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 2.27400_02"
"x_serialization_backend" : "JSON::PP version 4.04"
}
Loading

0 comments on commit a60abea

Please sign in to comment.