Skip to content

Commit 533eab4

Browse files
committed
current stable perl is 5.42.0
1 parent b30b202 commit 533eab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cgi-bin/cpantestersmatrix.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package # not official yet
1818
use strict;
1919
use warnings;
2020
use vars qw($VERSION);
21-
$VERSION = '2.65';
21+
$VERSION = '2.66';
2222

2323
use vars qw($UA);
2424

@@ -78,7 +78,7 @@ BEGIN
7878
my $cache_days = 1/8;
7979
my $ua_timeout = 30;
8080

81-
my $current_stable_perl = "5.40.0"; # please always end with ".0"
81+
my $current_stable_perl = "5.42.0"; # please always end with ".0"
8282

8383
use constant USE_JQUERY_TABLESORTER => 1;
8484

0 commit comments

Comments
 (0)