Skip to content

Commit

Permalink
More CoreList updates + regen
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultduponchelle committed Sep 20, 2024
1 parent 2b088f7 commit adaa1f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions dist/Module-CoreList/Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
5.20241020
- Updated for v5.41.5

5.20240920
- Updated for v5.41.4

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

use version;
our $VERSION = '5.20240920';
our $VERSION = '5.20241020';

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 @@ -428,7 +428,7 @@ sub changes_between {
5.041002 => '2024-07-20',
5.041003 => '2024-08-29',
5.041004 => '2024-09-20',
5.041005 => '????-??-??',
5.041005 => '2024-10-20',
);

for my $version ( sort { $a <=> $b } keys %released ) {
Expand Down Expand Up @@ -22393,7 +22393,10 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.041005 => {
delta_from => 5.041004,
changed => {
'B::Op_private' => '5.041005',
'Config' => '5.041005',
'Module::CoreList' => '5.20241020',
'Module::CoreList::Utils'=> '5.20241020',
},
removed => {
}
Expand Down
2 changes: 1 addition & 1 deletion dist/Module-CoreList/lib/Module/CoreList/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;

our $VERSION = '5.20240920';
our $VERSION = '5.20241020';
our %utilities;

sub utilities {
Expand Down
2 changes: 1 addition & 1 deletion lib/B/Op_private.pm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adaa1f0

Please sign in to comment.