Skip to content

Commit

Permalink
release version 1.20240314
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 13, 2024
1 parent d9b8bae commit 458c09f
Show file tree
Hide file tree
Showing 28 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Mail::DMARC - Perl implementation of DMARC

# VERSION

version 1.20240313
version 1.20240314

# SYNOPSIS

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -309,7 +309,7 @@ Mail::DMARC - Perl implementation of DMARC
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Base.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Base;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;
use 5.10.0;
Expand Down Expand Up @@ -329,7 +329,7 @@ Mail::DMARC::Base - DMARC utility functions
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/HTTP.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::HTTP;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;

Expand Down Expand Up @@ -213,7 +213,7 @@ Mail::DMARC::HTTP - view stored reports via HTTP
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Policy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Policy;
use strict;
use warnings;

our $VERSION = '1.20240313';
our $VERSION = '1.20240314';

use Carp;

Expand Down Expand Up @@ -195,7 +195,7 @@ Mail::DMARC::Policy - a DMARC policy in object format
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/PurePerl.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::PurePerl;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;

Expand Down Expand Up @@ -589,7 +589,7 @@ Mail::DMARC::PurePerl - Pure Perl implementation of DMARC
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -90,7 +90,7 @@ Mail::DMARC::Report - A DMARC report interface
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -199,7 +199,7 @@ Mail::DMARC::Report::Aggregate - aggregate report object
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Metadata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -92,7 +92,7 @@ Mail::DMARC::Report::Aggregate::Metadata - metadata section of aggregate report
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 AUTHORS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;

Expand Down Expand Up @@ -82,7 +82,7 @@ Mail::DMARC::Report::Aggregate::Record - record section of aggregate report
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record::Auth_Results;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record::Identifiers;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Row.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record::Row;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;

Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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;

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Receive.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -421,7 +421,7 @@ Mail::DMARC::Report::Receive - process incoming DMARC reports
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Send.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -62,7 +62,7 @@ Mail::DMARC::Report::Send - report sending dispatch class
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Send/HTTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send::HTTP;
use strict;
use warnings;

our $VERSION = '1.20240313';
our $VERSION = '1.20240314';

use Carp;

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Send/SMTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Store.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Store;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;

Expand Down Expand Up @@ -60,7 +60,7 @@ Mail::DMARC::Report::Store - persistent storage broker for reports
=head1 VERSION
version 1.20240313
version 1.20240314
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Store/SQL.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Store::SQL;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Store::SQL::Grammars::MySQL;
our $VERSION = '1.20240313';
our $VERSION = '1.20240314';
use strict;
use warnings;

Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 458c09f

Please sign in to comment.