Skip to content

Commit

Permalink
Prep Module::CoreList for the 5.35.5 release
Browse files Browse the repository at this point in the history
(manually cherry picked from commit 10a9859)
  • Loading branch information
wolfsage authored and steve-m-hay committed Feb 26, 2022
1 parent 02e46e6 commit 4b86016
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
5.20211020
- Updated for v5.35.5

5.20210920
- Updated for v5.35.4

Expand Down
4 changes: 3 additions & 1 deletion 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.20210920';
our $VERSION = '5.20211020';

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 @@ -18865,6 +18865,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.035005',
'Config' => '5.035005',
'Module::CoreList' => '5.20211020',
'Module::CoreList::Utils'=> '5.20211020',
'POSIX' => '2.00',
},
removed => {
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.20210920';
our $VERSION = '5.20211020';
our %utilities;

sub utilities {
Expand Down

0 comments on commit 4b86016

Please sign in to comment.