diff --git a/README.md b/README.md index 44d45ac6..a92de217 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Mail::DMARC - Perl implementation of DMARC # VERSION -version 1.20240313 +version 1.20240314 # SYNOPSIS @@ -247,7 +247,7 @@ The DMARC spec is lengthy and evolving, making correctness a moving target. In c Providing an implementation of DMARC that SMTP utilities can utilize will aid DMARC adoption. -The list of dependencies appears long because of reporting. If this module is used without reporting, the number of dependencies not included with perl is about 5. See the \[Prereq\] versus \[Prereq / Recommends\] sections in dist.ini. +The list of dependencies appears long because of reporting. If this module is used without reporting, the number of dependencies not included with perl is about 5. ## Maintainable diff --git a/lib/Mail/DMARC.pm b/lib/Mail/DMARC.pm index 004232b7..8cd57c77 100644 --- a/lib/Mail/DMARC.pm +++ b/lib/Mail/DMARC.pm @@ -2,7 +2,7 @@ package Mail::DMARC; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use Carp; our $psl_loads = 0; @@ -309,7 +309,7 @@ Mail::DMARC - Perl implementation of DMARC =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 SYNOPSIS diff --git a/lib/Mail/DMARC/Base.pm b/lib/Mail/DMARC/Base.pm index c3a33107..f437aed4 100644 --- a/lib/Mail/DMARC/Base.pm +++ b/lib/Mail/DMARC/Base.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Base; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; use 5.10.0; @@ -329,7 +329,7 @@ Mail::DMARC::Base - DMARC utility functions =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 METHODS diff --git a/lib/Mail/DMARC/HTTP.pm b/lib/Mail/DMARC/HTTP.pm index b993d2ad..7b6e2299 100644 --- a/lib/Mail/DMARC/HTTP.pm +++ b/lib/Mail/DMARC/HTTP.pm @@ -1,5 +1,5 @@ package Mail::DMARC::HTTP; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -213,7 +213,7 @@ Mail::DMARC::HTTP - view stored reports via HTTP =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 SYNOPSIS diff --git a/lib/Mail/DMARC/Policy.pm b/lib/Mail/DMARC/Policy.pm index f5c9754a..cdc40fc7 100644 --- a/lib/Mail/DMARC/Policy.pm +++ b/lib/Mail/DMARC/Policy.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Policy; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use Carp; @@ -195,7 +195,7 @@ Mail::DMARC::Policy - a DMARC policy in object format =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 SYNOPSIS diff --git a/lib/Mail/DMARC/PurePerl.pm b/lib/Mail/DMARC/PurePerl.pm index 24627364..ba8cd649 100644 --- a/lib/Mail/DMARC/PurePerl.pm +++ b/lib/Mail/DMARC/PurePerl.pm @@ -1,5 +1,5 @@ package Mail::DMARC::PurePerl; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -589,7 +589,7 @@ Mail::DMARC::PurePerl - Pure Perl implementation of DMARC =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 METHODS diff --git a/lib/Mail/DMARC/Report.pm b/lib/Mail/DMARC/Report.pm index 080cc300..913b80b2 100644 --- a/lib/Mail/DMARC/Report.pm +++ b/lib/Mail/DMARC/Report.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use Carp; use IO::Compress::Gzip; @@ -90,7 +90,7 @@ Mail::DMARC::Report - A DMARC report interface =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 DESCRIPTION diff --git a/lib/Mail/DMARC/Report/Aggregate.pm b/lib/Mail/DMARC/Report/Aggregate.pm index c0fb37dc..710a6812 100644 --- a/lib/Mail/DMARC/Report/Aggregate.pm +++ b/lib/Mail/DMARC/Report/Aggregate.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Aggregate; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use Carp; use Data::Dumper; @@ -199,7 +199,7 @@ Mail::DMARC::Report::Aggregate - aggregate report object =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 DESCRIPTION diff --git a/lib/Mail/DMARC/Report/Aggregate/Metadata.pm b/lib/Mail/DMARC/Report/Aggregate/Metadata.pm index 8736338c..91a29b13 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Metadata.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Metadata.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Aggregate::Metadata; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use XML::LibXML; @@ -92,7 +92,7 @@ Mail::DMARC::Report::Aggregate::Metadata - metadata section of aggregate report =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 AUTHORS diff --git a/lib/Mail/DMARC/Report/Aggregate/Record.pm b/lib/Mail/DMARC/Report/Aggregate/Record.pm index 0714623d..212fe2a3 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -82,7 +82,7 @@ Mail::DMARC::Report::Aggregate::Record - record section of aggregate report =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 DESCRIPTION diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm index ede1abcd..ca54b15e 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Auth_Results; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -79,7 +79,7 @@ Mail::DMARC::Report::Aggregate::Record::Auth_Results - auth_results section of a =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 AUTHORS diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm index 7cd60088..148c32ac 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use Carp; @@ -84,7 +84,7 @@ Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM - auth_results/dkim s =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 AUTHORS diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm index a10e1ee4..9b27bfb5 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use Carp; @@ -91,7 +91,7 @@ Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF - auth_results/spf sec =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 AUTHORS diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm index 0e92dd32..338feb01 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Identifiers; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -43,7 +43,7 @@ Mail::DMARC::Report::Aggregate::Record::Identifiers - identifiers section of a D =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 AUTHORS diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Row.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Row.pm index f8f2188b..8d1e5185 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Row.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Row.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Row; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -56,7 +56,7 @@ Mail::DMARC::Report::Aggregate::Record::Row - row section of a DMARC aggregate r =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 AUTHORS diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm index 6533530b..74fe6d0e 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -56,7 +56,7 @@ Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated - row/policy_evalu =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 AUTHORS diff --git a/lib/Mail/DMARC/Report/Receive.pm b/lib/Mail/DMARC/Report/Receive.pm index c60e54ee..1ce0906c 100644 --- a/lib/Mail/DMARC/Report/Receive.pm +++ b/lib/Mail/DMARC/Report/Receive.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Receive; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use Carp; use Data::Dumper; @@ -421,7 +421,7 @@ Mail::DMARC::Report::Receive - process incoming DMARC reports =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 DESCRIPTION diff --git a/lib/Mail/DMARC/Report/Send.pm b/lib/Mail/DMARC/Report/Send.pm index e9544dcb..0179e80e 100644 --- a/lib/Mail/DMARC/Report/Send.pm +++ b/lib/Mail/DMARC/Report/Send.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use parent 'Mail::DMARC::Base'; use Mail::DMARC::Report::Send::SMTP; @@ -62,7 +62,7 @@ Mail::DMARC::Report::Send - report sending dispatch class =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 DESCRIPTION diff --git a/lib/Mail/DMARC/Report/Send/HTTP.pm b/lib/Mail/DMARC/Report/Send/HTTP.pm index 98e20281..b6557269 100644 --- a/lib/Mail/DMARC/Report/Send/HTTP.pm +++ b/lib/Mail/DMARC/Report/Send/HTTP.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send::HTTP; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use Carp; @@ -53,7 +53,7 @@ Mail::DMARC::Report::Send::HTTP - utility methods to send reports by HTTP =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 12.2.2. HTTP diff --git a/lib/Mail/DMARC/Report/Send/SMTP.pm b/lib/Mail/DMARC/Report/Send/SMTP.pm index 584de7b1..73636893 100644 --- a/lib/Mail/DMARC/Report/Send/SMTP.pm +++ b/lib/Mail/DMARC/Report/Send/SMTP.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send::SMTP; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use Carp; use English '-no_match_vars'; @@ -208,7 +208,7 @@ Mail::DMARC::Report::Send::SMTP - utility methods for sending reports via SMTP =head1 VERSION -version 1.20240313 +version 1.20240314 =head2 SUBJECT FIELD diff --git a/lib/Mail/DMARC/Report/Store.pm b/lib/Mail/DMARC/Report/Store.pm index 5498ea8d..4562e5b3 100644 --- a/lib/Mail/DMARC/Report/Store.pm +++ b/lib/Mail/DMARC/Report/Store.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -60,7 +60,7 @@ Mail::DMARC::Report::Store - persistent storage broker for reports =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 SYNOPSIS diff --git a/lib/Mail/DMARC/Report/Store/SQL.pm b/lib/Mail/DMARC/Report/Store/SQL.pm index 670f5b0a..a1b39025 100644 --- a/lib/Mail/DMARC/Report/Store/SQL.pm +++ b/lib/Mail/DMARC/Report/Store/SQL.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store::SQL; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -682,7 +682,7 @@ Mail::DMARC::Report::Store::SQL - store and retrieve reports from a SQL RDBMS =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 DESCRIPTION diff --git a/lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm b/lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm index 94bde2b0..5a472187 100644 --- a/lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm +++ b/lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store::SQL::Grammars::MySQL; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -290,7 +290,7 @@ Mail::DMARC::Report::Store::SQL::Grammars::MySQL - Grammar for working with mysq =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 SYPNOSIS diff --git a/lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm b/lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm index 4e38a6a5..5118e373 100644 --- a/lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm +++ b/lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -309,7 +309,7 @@ Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL - Grammar for working with =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 SYPNOSIS diff --git a/lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm b/lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm index af17b49d..41788707 100644 --- a/lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm +++ b/lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store::SQL::Grammars::SQLite; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -290,7 +290,7 @@ Mail::DMARC::Report::Store::SQL::Grammars::SQLite - Grammar for working with sql =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 SYPNOSIS diff --git a/lib/Mail/DMARC/Report/URI.pm b/lib/Mail/DMARC/Report/URI.pm index adee3f16..1997d45c 100644 --- a/lib/Mail/DMARC/Report/URI.pm +++ b/lib/Mail/DMARC/Report/URI.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::URI; use strict; use warnings; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use Carp; use URI; @@ -69,7 +69,7 @@ Mail::DMARC::Report::URI - a DMARC report URI =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 SYNOPSIS diff --git a/lib/Mail/DMARC/Result.pm b/lib/Mail/DMARC/Result.pm index d0100c27..d90ce629 100644 --- a/lib/Mail/DMARC/Result.pm +++ b/lib/Mail/DMARC/Result.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Result; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -95,7 +95,7 @@ Mail::DMARC::Result - an aggregate report result object =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 OVERVIEW diff --git a/lib/Mail/DMARC/Result/Reason.pm b/lib/Mail/DMARC/Result/Reason.pm index ea0a6b01..0ddb9f8c 100644 --- a/lib/Mail/DMARC/Result/Reason.pm +++ b/lib/Mail/DMARC/Result/Reason.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Result::Reason; -our $VERSION = '1.20240313'; +our $VERSION = '1.20240314'; use strict; use warnings; @@ -44,7 +44,7 @@ Mail::DMARC::Result::Reason - policy override reason =head1 VERSION -version 1.20240313 +version 1.20240314 =head1 METHODS