Skip to content

Commit

Permalink
Require 5.10.0 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbradshaw authored Feb 21, 2021
1 parent a60abea commit 39279e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ my $module_build_args = {
"Net::SMTPS" => 0,
},
"requires" => {
"perl" => "5.10.0",
"Carp" => 0,
"Config::Tiny" => 0,
"DBD::SQLite" => "1.31",
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ my %META = (
"Net::Server::HTTP" => 0,
},
"requires" => {
"perl" => "5.10.0",
"CPAN" => 0,
"Carp" => 0,
"Config::Tiny" => 0,
Expand Down
1 change: 1 addition & 0 deletions lib/Mail/DMARC/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package Mail::DMARC::Base;
our $VERSION = '1.20210220';
use strict;
use warnings;
use 5.10.0;

use Carp;
use Config::Tiny;
Expand Down

0 comments on commit 39279e4

Please sign in to comment.