From 0c4e457c6abd2ef129ee0de7195bcc5f6fcddd14 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Fri, 7 Aug 2020 21:16:19 +0900 Subject: [PATCH] Drop Perl 5.8 support --- .github/workflows/testsuite.yml | 3 --- cpanfile | 2 +- lib/Mouse/XS.pod | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index f086491d..86f854fa 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -65,9 +65,6 @@ jobs: "5.10", ] - # Test-DependentModules-0.27 - # Configuring MetaCPAN-Client-2.026000 ... Perl v5.10.0 required--this is only v5.8.9 - #"5.8", container: image: perl:${{ matrix.perl-version }} diff --git a/cpanfile b/cpanfile index 56c0b43e..12849e89 100644 --- a/cpanfile +++ b/cpanfile @@ -1,4 +1,4 @@ -requires 'perl', '5.008005'; +requires 'perl', '5.010001'; # Scalar::Util < 1.14 has a bug. # > Fixed looks_like_number(undef) to return false for perl >= 5.009002 diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index 36d18680..2b191d92 100644 --- a/lib/Mouse/XS.pod +++ b/lib/Mouse/XS.pod @@ -52,7 +52,7 @@ See L for details. =head1 DEPENDENCIES -The XS implementation requires Perl 5.8.1 or later, and a C compiler. +The XS implementation requires Perl 5.10.1 or later, and a C compiler. =head1 SEE ALSO