Skip to content

Commit

Permalink
Bump minimal required Perl version to 5.36
Browse files Browse the repository at this point in the history
Change-Id: Idcf6a5e6ea43929af9e2f7f855c9ea6e2075f714
  • Loading branch information
kupietz committed Jan 11, 2024
1 parent 2475c95 commit 5480705
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
perl: [ '5.32', '5.30', '5.20' ]
perl: [ '5.38', '5.36' ]
name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
use v5.16;
use v5.36;
use strict;
use warnings;
use ExtUtils::MakeMaker;
Expand Down Expand Up @@ -36,7 +36,7 @@ WriteMakefile(
'IO::Compress::Zip' => '2.091',
'Log::Any' => '1.713'
},
MIN_PERL_VERSION => '5.016',
MIN_PERL_VERSION => '5.036',
EXE_FILES => ['script/tei2korapxml'],
META_MERGE => {
'meta-spec' => { version => 2 },
Expand Down
2 changes: 1 addition & 1 deletion Readme.pod
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ to use L<cpanm|App::cpanminus>.
In case everything went well, the C<tei2korapxml> tool will
be available on your command line immediately.

Minimum requirement for L<KorAP::XML::TEI> is Perl 5.16.
Minimum requirement for L<KorAP::XML::TEI> is Perl 5.36.

=head1 OPTIONS

Expand Down

0 comments on commit 5480705

Please sign in to comment.