Skip to content

Commit

Permalink
Merge pull request #220 from hadfl/perl
Browse files Browse the repository at this point in the history
pkgupd: track perl 5.40
  • Loading branch information
citrus-it authored Oct 5, 2024
2 parents 02b3d82 + 906b553 commit e9d09bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OOCEapps/PkgUpd/Perl.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package OOCEapps::PkgUpd::Perl;
use Mojo::Base 'OOCEapps::PkgUpd::base';

my $PERLVER = '5.38';
my $PERLVER = '5.40';

# public methods
sub canParse {
Expand Down

0 comments on commit e9d09bf

Please sign in to comment.