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 99 strategy :
1010 matrix :
1111 perl-version :
12- - ' 5.8-buster'
1312 - ' 5.10-buster'
1413 - ' 5.12-buster'
1514 - ' 5.14-buster'
Original file line number Diff line number Diff line change 11use strict;
22use warnings;
33
4- use 5.008 ;
4+ use 5.010 ;
55
66use ExtUtils::MakeMaker;
77
@@ -13,7 +13,7 @@ my %WriteMakefileArgs = (
1313 },
1414 " DISTNAME" => " XML-Enc" ,
1515 " LICENSE" => " perl" ,
16- " MIN_PERL_VERSION" => " 5.008 " ,
16+ " MIN_PERL_VERSION" => " 5.010 " ,
1717 " NAME" => " XML::Enc" ,
1818 " PREREQ_PM" => {
1919 " Carp" => 0,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires "Crypt::PRNG" => "0";
99requires " MIME::Base64" => " 0" ;
1010requires " XML::LibXML" => " 0" ;
1111requires " feature" => " 0" ;
12- requires " perl" => " 5.008 " ;
12+ requires " perl" => " 5.010 " ;
1313requires " strict" => " 0" ;
1414requires " vars" => " 0" ;
1515requires " warnings" => " 0" ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ contributor = Timothy Legge <timlegge@gmail.com>
1212
1313[AutoPrereqs]
1414[Prereqs / RuntimeRequires]
15- perl = 5.008
15+ perl = 5.010
1616Crypt::PK::RSA = 0
1717Crypt::OpenSSL::X509 = 0
1818MIME::Base64 = 0
You can’t perform that action at this time.
0 commit comments