Skip to content

Commit

Permalink
Set minimum required Perl version to 5.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Jan 25, 2025
1 parent 69b5612 commit cb34f7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,9 @@ jobs:
- '5.18'
- '5.16'
- '5.14'
- '5.12'
exclude:
- os: windows
perl: '5.34' # not released yet
- os: windows
perl: '5.12' # no 64-bit portable binaries

runs-on: ${{ matrix.os }}-latest

Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ As a general rule, managing an endpoint with Rex is only supported for platforms

### Supported Perl versions

Rex aims to run even on older Perl versions up to 10 years old. Currently this means 5.12.5.
Rex aims to run even on older Perl versions up to 10 years old. Currently this means 5.14.4.

On top of the supported minimum version of Perl, the goal is to support the latest versions of all minor Perl 5 releases. That makes the full list the following:

- 5.12.5
- 5.14.4
- 5.16.3
- 5.18.4
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Revision history for Rex
[MAJOR]

[MINOR]
- Set minimum required Perl version to 5.14.4

[NEW FEATURES]

Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ overwrite = 1
[RunExtraTests]

[Prereqs]
perl = 5.12.5
perl = 5.14.4
Text::Wrap = != 2023.0509
YAML = != 1.25

Expand Down Expand Up @@ -128,7 +128,7 @@ DBD::mysql = 0
Config::Augeas = 0

[Test::MinimumVersion]
max_target_perl = 5.12.5
max_target_perl = 5.14.4

[Test::Kwalitee]

Expand Down

0 comments on commit cb34f7a

Please sign in to comment.