Skip to content

Commit

Permalink
Update Module::CoreList version for 5.39.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 25, 2023
1 parent d394c98 commit 48dbbb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
5.20231020
5.20231025
- Updated for v5.39.4

5.20230920
Expand Down
4 changes: 2 additions & 2 deletions dist/Module-CoreList/lib/Module/CoreList.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );

use version;
our $VERSION = '5.20231020';
our $VERSION = '5.20231025';

sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
Expand Down Expand Up @@ -409,7 +409,7 @@ sub changes_between {
5.039001 => '2023-07-20',
5.039002 => '2023-08-20',
5.039003 => '2023-09-20',
5.039004 => '2023-10-20',
5.039004 => '2023-10-25',
);

for my $version ( sort { $a <=> $b } keys %released ) {
Expand Down
2 changes: 1 addition & 1 deletion dist/Module-CoreList/lib/Module/CoreList/Utils.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;

our $VERSION = '5.20231020';
our $VERSION = '5.20231025';
our %utilities;

sub utilities {
Expand Down
2 changes: 1 addition & 1 deletion pod/perldelta.pod
Expand Up @@ -76,7 +76,7 @@ Made parsing of the C<l> command arguments saner.

=item *

L<Module::CoreList> has been upgraded from version 5.20230920 to 5.20231020.
L<Module::CoreList> has been upgraded from version 5.20230920 to 5.20231025.

=back

Expand Down

0 comments on commit 48dbbb2

Please sign in to comment.