Skip to content

Commit ee2a35b

Browse files
committed
RC3 bump
1 parent 19bfff0 commit ee2a35b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

dist/Module-CoreList/Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.48
1+
2.49
22
- Updated for v5.14.0
33

44
2.46 Sun Mar 20 2011

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Module::CoreList;
22
use strict;
33
use vars qw/$VERSION %released %version %families %upstream
44
%bug_tracker %deprecated/;
5-
$VERSION = '2.48';
5+
$VERSION = '2.49';
66

77
=head1 NAME
88

@@ -347,7 +347,7 @@ sub removed_raw {
347347
5.013009 => '2011-01-20',
348348
5.013010 => '2011-02-20',
349349
5.013011 => '2011-03-20',
350-
5.014000 => '2011-05-11',
350+
5.014000 => '2011-05-14',
351351
);
352352

353353
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -24090,7 +24090,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2409024090
'Module::Build::PodParser'=> '0.3800',
2409124091
'Module::Build::Version'=> '0.87',
2409224092
'Module::Build::YAML' => '1.41',
24093-
'Module::CoreList' => '2.48',
24093+
'Module::CoreList' => '2.49',
2409424094
'Module::Load' => '0.18',
2409524095
'Module::Load::Conditional'=> '0.44',
2409624096
'Module::Loaded' => '0.06',

patchlevel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ hunk.
133133
# endif
134134
static const char * const local_patches[] = {
135135
NULL
136+
,"RC3"
136137
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
137138
,"uncommitted-changes"
138139
#endif

pod/perlhist.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,9 @@ the strings?).
453453
Florian 5.13.11 2011-Mar-20
454454
Jesse 5.14.0RC1 2011-Apr-20
455455
Jesse 5.14.0RC2 2011-May-04
456+
Jesse 5.14.0RC3 2011-May-11
456457

457-
Jesse 5.14.0 2011-May-11
458+
Jesse 5.14.0 2011-May-14
458459

459460
=head2 SELECTED RELEASE SIZES
460461

0 commit comments

Comments
 (0)