This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
numeric.c: White-space only
[perl5.git] / pod / perldelta.pod
index 4780ab4..062eef0 100644 (file)
@@ -5,15 +5,15 @@
 [ this is a template for a new perldelta file.  Any text flagged as XXX needs
 to be processed before release. ]
 
-perldelta - what is new for perl v5.35.1
+perldelta - what is new for perl v5.35.3
 
 =head1 DESCRIPTION
 
-This document describes differences between the 5.35.0 release and the 5.35.1
+This document describes differences between the 5.35.2 release and the 5.35.3
 release.
 
-If you are upgrading from an earlier release such as 5.34.0, first read
-L<perl5350delta>, which describes differences between 5.34.0 and 5.35.0.
+If you are upgrading from an earlier release such as 5.35.1, first read
+L<perl5352delta>, which describes differences between 5.35.1 and 5.35.2.
 
 =head1 Notice
 
@@ -125,17 +125,9 @@ XXX Remove this section if not applicable.
 
 =item *
 
-L<File::Copy> has been upgraded from version 2.35 to 2.36.
+L<XXX> has been upgraded from version A.xx to B.yy.
 
-Inode numbers are now compared as strings, so that large inode numbers
-are correctly distinguished. (GH #18788)
-
-=item *
-
-L<PathTools|Cwd> has been upgraded from version 3.80 to 3.81.
-
-Inodes numbers are now compared as strings, so that large inode numbers
-are correctly distinguished. (GH #18788)
+If there was something important to note about this change, include that here.
 
 =back
 
@@ -226,18 +218,6 @@ XXX Changes (i.e. rewording) of diagnostic messages go here
 
 =item *
 
-L<Can't modify %s in %s|perldiag/"Can't modify %s in %s">
-(for scalar assignment to C<undef>)
-
-Attempting to perform a scalar assignment to C<undef>, for example via
-C<undef = $foo;>, previously triggered a fatal runtime error with the
-message "L<Modification of a read-only value attempted|perldiag/"Modification of a read-only value attempted">."
-It is more helpful to detect such attempted assignments prior to
-runtime, so they are now compile time errors, resulting in the message
-"Can't modify undef operator in scalar assignment".
-
-=item *
-
 XXX Describe change here
 
 =back
@@ -383,7 +363,7 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
 
 =item *
 
-utime() now correctly sets errno/C<$!> when called on a closed handle.
+XXX
 
 =back
 
@@ -416,15 +396,14 @@ the perldelta of a previous release.
 
 =head1 Obituary
 
-Raun "Spider" Boardman (SPIDB on CPAN), author of at least 66 commits to the
-Perl 5 core distribution between 1996 and 2002, passed away May 24 2021 from
-complications of COVID.  He will be missed.
+XXX If any significant core contributor or member of the CPAN community has
+died, add a short obituary here.
 
 =head1 Acknowledgements
 
 XXX Generate this with:
 
-  perl Porting/acknowledgements.pl v5.35.0..HEAD
+  perl Porting/acknowledgements.pl v5.35.2..HEAD
 
 =head1 Reporting Bugs