Skip to content

Commit 0419da9

Browse files
committed
No longer 5.8 compatible
Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
1 parent 7df74f0 commit 0419da9

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
perl-version:
12-
- '5.8-buster'
1312
- '5.10-buster'
1413
- '5.12-buster'
1514
- '5.14-buster'

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use strict;
22
use warnings;
33

4-
use 5.008;
4+
use 5.010;
55

66
use 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,

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires "Crypt::PRNG" => "0";
99
requires "MIME::Base64" => "0";
1010
requires "XML::LibXML" => "0";
1111
requires "feature" => "0";
12-
requires "perl" => "5.008";
12+
requires "perl" => "5.010";
1313
requires "strict" => "0";
1414
requires "vars" => "0";
1515
requires "warnings" => "0";

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1616
Crypt::PK::RSA = 0
1717
Crypt::OpenSSL::X509 = 0
1818
MIME::Base64 = 0

0 commit comments

Comments
 (0)