diff options
author | Karl Williamson <khw@cpan.org> | 2022-06-02 08:50:07 -0600 |
---|---|---|
committer | Ricardo Signes <rjbs@users.noreply.github.com> | 2022-09-30 10:15:56 -0400 |
commit | 8a234390ad95e31a35481824eece8519e7407c81 (patch) | |
tree | b46211f1be7a1f2f0609af46bb72928aa079b958 /Porting | |
parent | 4fdd7e046a16217cfb5dc9f9eaf9ff15e5c6c042 (diff) | |
download | perl-8a234390ad95e31a35481824eece8519e7407c81.tar.gz |
RMG: Add step for deprecation/experimental resolution
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/release_managers_guide.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 1b295176c0..dfb6505afd 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1595,6 +1595,18 @@ Go over your notes from the release (you did take some, right?) and update F<Porting/release_managers_guide.pod> with any fixes or information that will make life easier for the next release manager. +=head3 For a BLEAD-POINT .0 release + +This is the time for the project to decide the fate and begin to +implement the required changes for experimental/deprecated features and +API elements for the next BLEAD-FINAL, a year away. + +Fortunately your job is not to do this yourself, but merely to remind +people that this needs to get done. Send email to +L<p5p|mailto:perl5-porters@perl.org>. All of L<perlexperiment>, +L<perldeprecation>, F<mathoms.c>, L<perlapi>, and L<perlintern> need to +be considered. + =for checklist end =head1 SOURCE |