Skip to content

Commit

Permalink
move HTTP::Tiny into deps (#176)
Browse files Browse the repository at this point in the history
* move HTTP::Tiny into deps
  • Loading branch information
msimerson authored Feb 15, 2020
1 parent 0a26717 commit 19e8626
Show file tree
Hide file tree
Showing 32 changed files with 87 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ my $module_build_args = {
"English" => 0,
"File::ShareDir" => 0,
"Getopt::Long" => 0,
"HTTP::Tiny" => 0,
"IO::Compress::Gzip" => 0,
"IO::Compress::Zip" => 0,
"IO::File" => 0,
Expand Down Expand Up @@ -89,7 +90,6 @@ my $module_build_args = {
"requires" => {
"CGI" => 0,
"HTTP::Request" => 0,
"HTTP::Tiny" => 0,
"JSON" => 0,
"LWP::UserAgent" => 0,
"Net::HTTP" => 0,
Expand Down
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

### 1.20200214

- move HTTP::Tiny into deps (used for PSL updates)

### 1.20200116

- skip HTTP tests when optional JSON not installed #171
Expand Down
3 changes: 1 addition & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ my %META = (
"recommends" => {
"CGI" => 0,
"HTTP::Request" => 0,
"HTTP::Tiny" => 0,
"JSON" => 0,
"LWP::UserAgent" => 0,
"Mail::DKIM::PrivateKey" => 0,
Expand All @@ -60,6 +59,7 @@ my %META = (
"English" => 0,
"File::ShareDir" => 0,
"Getopt::Long" => 0,
"HTTP::Tiny" => 0,
"IO::Compress::Gzip" => 0,
"IO::Compress::Zip" => 0,
"IO::File" => 0,
Expand Down Expand Up @@ -128,7 +128,6 @@ my %META = (
"requires" => {
"CGI" => 0,
"HTTP::Request" => 0,
"HTTP::Tiny" => 0,
"JSON" => 0,
"Net::HTTP" => 0,
"Net::Server::HTTP" => 0,
Expand Down
2 changes: 1 addition & 1 deletion 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.20200116
version 1.20200214

# SYNOPSIS

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.20200116';
our $VERSION = '1.20200214';

use Carp;
our $psl_loads = 0;
Expand Down Expand Up @@ -309,7 +309,7 @@ Mail::DMARC - Perl implementation of DMARC
=head1 VERSION
version 1.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
use strict;
use warnings;

Expand Down Expand Up @@ -313,7 +313,7 @@ Mail::DMARC::Base - DMARC utility functions
=head1 VERSION
version 1.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
use strict;
use warnings;

Expand Down Expand Up @@ -210,7 +210,7 @@ Mail::DMARC::HTTP - view stored reports via HTTP
=head1 VERSION
version 1.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';

use Carp;

Expand Down Expand Up @@ -195,7 +195,7 @@ Mail::DMARC::Policy - a DMARC policy in object format
=head1 VERSION
version 1.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
use strict;
use warnings;

Expand Down Expand Up @@ -588,7 +588,7 @@ Mail::DMARC::PurePerl - Pure Perl implementation of DMARC
=head1 VERSION
version 1.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';

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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';

use Carp;
use Data::Dumper;
Expand Down Expand Up @@ -199,7 +199,7 @@ Mail::DMARC::Report::Aggregate - aggregate report object
=head1 VERSION
version 1.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';

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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';

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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';

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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';

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.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';

use Carp;
use English '-no_match_vars';
Expand Down Expand Up @@ -247,7 +247,7 @@ Mail::DMARC::Report::Send::SMTP - utility methods for sending reports via SMTP
=head1 VERSION
version 1.20200116
version 1.20200214
=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.20200116';
our $VERSION = '1.20200214';
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.20200116
version 1.20200214
=head1 SYNOPSIS
Expand Down
Loading

0 comments on commit 19e8626

Please sign in to comment.