File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 perl-version :
13- - ' 5.10-buster'
1413 - ' 5.12-buster'
1514 - ' 5.14-buster'
1615 - ' 5.16-buster'
Original file line number Diff line number Diff line change 11use strict;
22use warnings;
33
4- use 5.008001 ;
4+ use 5.012 ;
55
66use ExtUtils::MakeMaker;
77
@@ -13,7 +13,7 @@ my %WriteMakefileArgs = (
1313 },
1414 " DISTNAME" => " Net-SAML2" ,
1515 " LICENSE" => " perl" ,
16- " MIN_PERL_VERSION" => " 5.008001 " ,
16+ " MIN_PERL_VERSION" => " 5.012 " ,
1717 " NAME" => " Net::SAML2" ,
1818 " PREREQ_PM" => {
1919 " Carp" => 0,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ requires "XML::Sig" => "0.52";
4040requires " XML::Writer" => " 0.625" ;
4141requires " base" => " 0" ;
4242requires " namespace::autoclean" => " 0" ;
43- requires " perl" => " 5.008_001 " ;
43+ requires " perl" => " 5.012 " ;
4444requires " strict" => " 0" ;
4545requires " vars" => " 0" ;
4646requires " warnings" => " 0" ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use warnings;
33package Net::SAML2 ;
44our $VERSION = " 0.63" ;
55
6- require 5.008_001 ;
6+ require 5.012 ;
77
88# ABSTRACT: SAML2 bindings and protocol implementation
99
You can’t perform that action at this time.
0 commit comments