Skip to content

Commit

Permalink
Drop support for Perl 5.10
Browse files Browse the repository at this point in the history
2022-06-01T18:33:32,1869,Getopt-Long-Descriptive-0.110| Configuring distribution
2022-06-01T18:33:32,1869,Getopt-Long-Descriptive-0.110| Executing /opt/hostedtoolcache/perl/5.10.1/x64/bin/perl Makefile.PL
Error: 2022-06-01T18:33:32,1869,Getopt-Long-Descriptive-0.110| Perl v5.12.0 required--this is only v5.10.1, stopped at Makefile.PL line 5.
Error: 2022-06-01T18:33:32,1869,Getopt-Long-Descriptive-0.110| BEGIN failed--compilation aborted at Makefile.PL line 5
  • Loading branch information
pplu committed Jun 1, 2022
1 parent 0b50e56 commit 3dbb907
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- "5.16"
- "5.14"
- "5.12"
- "5.10"
# on macos-latest, only test with latest version of perl.
# because concurrency of builds on macos-latest is limit and it takes long time.
include:
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
0.45 1 Jun 2022
- Drop support for Perl 5.10, since Getopt-Long-Descriptive, a dependency of one of our dependencies,
is supporting Perl >= 5.12.
- Account for ContainerProfile security token expiration (dheffx)
- Added support for Support AWS Instance Metadata Service V2 (IMDSv2) (thanks 0leksii)

Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires 'perl' => '5.010001';
requires 'perl' => '5.012001';
requires 'Moose';
requires 'MooseX::ClassAttribute';
requires 'HTTP::Tiny';
Expand Down

0 comments on commit 3dbb907

Please sign in to comment.