Commit | Line | Data |
---|---|---|
44691e6f AB |
1 | =encoding utf8 |
2 | ||
3 | =head1 NAME | |
4 | ||
78a6ddfb A |
5 | [ this is a template for a new perldelta file. Any text flagged as XXX needs |
6 | to be processed before release. ] | |
7 | ||
8 | perldelta - what is new for perl v5.23.10 | |
eabfc7bc | 9 | |
2cfe9b50 | 10 | =head1 DESCRIPTION |
eabfc7bc | 11 | |
78a6ddfb | 12 | This document describes differences between the 5.23.9 release and the 5.23.10 |
2cfe9b50 | 13 | release. |
eabfc7bc | 14 | |
78a6ddfb A |
15 | If you are upgrading from an earlier release such as 5.23.8, first read |
16 | L<perl5239delta>, which describes differences between 5.23.8 and 5.23.9. | |
17 | ||
18 | =head1 Notice | |
19 | ||
20 | XXX Any important notices here | |
394609a5 | 21 | |
6fee6573 | 22 | =head1 Core Enhancements |
cdfe2e65 | 23 | |
78a6ddfb A |
24 | XXX New core language features go here. Summarize user-visible core language |
25 | enhancements. Particularly prominent performance optimisations could go | |
26 | here, but most should go in the L</Performance Enhancements> section. | |
a8c28920 | 27 | |
78a6ddfb | 28 | [ List each enhancement as a =head2 entry ] |
a8c28920 | 29 | |
6fee6573 | 30 | =head1 Security |
07450df7 | 31 | |
78a6ddfb A |
32 | XXX Any security-related notices go here. In particular, any security |
33 | vulnerabilities closed should be noted here rather than in the | |
34 | L</Selected Bug Fixes> section. | |
a7e63acd | 35 | |
78a6ddfb | 36 | [ List each security issue as a =head2 entry ] |
d7a7ed74 | 37 | |
78a6ddfb | 38 | =head1 Incompatible Changes |
d7a7ed74 | 39 | |
78a6ddfb | 40 | XXX For a release on a stable branch, this section aspires to be: |
34e79b75 | 41 | |
78a6ddfb A |
42 | There are no changes intentionally incompatible with 5.XXX.XXX |
43 | If any exist, they are bugs, and we request that you submit a | |
44 | report. See L</Reporting Bugs> below. | |
fc9da770 | 45 | |
78a6ddfb | 46 | [ List each incompatible change as a =head2 entry ] |
df539208 | 47 | |
78a6ddfb | 48 | =head1 Deprecations |
df539208 | 49 | |
d8d26cac KW |
50 | =head2 \N{} with nothing between the braces is deprecated |
51 | ||
52 | This had been illegal until v5.22, and will be illegal again in a future | |
53 | Perl version. | |
df539208 | 54 | |
78a6ddfb | 55 | =head2 Module removals |
df539208 | 56 | |
78a6ddfb | 57 | XXX Remove this section if inapplicable. |
df539208 | 58 | |
78a6ddfb A |
59 | The following modules will be removed from the core distribution in a |
60 | future release, and will at that time need to be installed from CPAN. | |
61 | Distributions on CPAN which require these modules will need to list them as | |
62 | prerequisites. | |
fc9da770 | 63 | |
78a6ddfb A |
64 | The core versions of these modules will now issue C<"deprecated">-category |
65 | warnings to alert you to this fact. To silence these deprecation warnings, | |
66 | install the modules in question from CPAN. | |
df539208 | 67 | |
78a6ddfb A |
68 | Note that these are (with rare exceptions) fine modules that you are encouraged |
69 | to continue to use. Their disinclusion from core primarily hinges on their | |
70 | necessity to bootstrapping a fully functional, CPAN-capable Perl installation, | |
71 | not usually on concerns over their design. | |
df539208 | 72 | |
78a6ddfb | 73 | =over |
df539208 | 74 | |
78a6ddfb | 75 | =item XXX |
fc9da770 | 76 | |
78a6ddfb A |
77 | XXX Note that deprecated modules should be listed here even if they are listed |
78 | as an updated module in the L</Modules and Pragmata> section. | |
fc9da770 | 79 | |
78a6ddfb | 80 | =back |
df539208 | 81 | |
78a6ddfb | 82 | [ List each other deprecation as a =head2 entry ] |
df539208 | 83 | |
78a6ddfb | 84 | =head1 Performance Enhancements |
df539208 | 85 | |
78a6ddfb A |
86 | XXX Changes which enhance performance without changing behaviour go here. |
87 | There may well be none in a stable release. | |
df539208 | 88 | |
78a6ddfb | 89 | [ List each enhancement as a =item entry ] |
0d4476e9 | 90 | |
78a6ddfb | 91 | =over 4 |
0d4476e9 A |
92 | |
93 | =item * | |
94 | ||
78a6ddfb | 95 | XXX |
0d4476e9 | 96 | |
78a6ddfb | 97 | =back |
0d4476e9 | 98 | |
78a6ddfb | 99 | =head1 Modules and Pragmata |
df539208 | 100 | |
78a6ddfb A |
101 | XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/> |
102 | go here. If Module::CoreList is updated, generate an initial draft of the | |
103 | following sections using F<Porting/corelist-perldelta.pl>. A paragraph summary | |
104 | for important changes should then be added by hand. In an ideal world, | |
105 | dual-life modules would have a F<Changes> file that could be cribbed. | |
df539208 | 106 | |
78a6ddfb | 107 | [ Within each section, list entries as a =item entry ] |
0d4476e9 | 108 | |
78a6ddfb | 109 | =head2 New Modules and Pragmata |
0d4476e9 | 110 | |
78a6ddfb | 111 | =over 4 |
0d4476e9 A |
112 | |
113 | =item * | |
114 | ||
78a6ddfb | 115 | XXX |
28192377 | 116 | |
78a6ddfb | 117 | =back |
28192377 | 118 | |
78a6ddfb | 119 | =head2 Updated Modules and Pragmata |
df539208 | 120 | |
78a6ddfb | 121 | =over 4 |
331b9876 | 122 | |
0d4476e9 A |
123 | =item * |
124 | ||
78a6ddfb | 125 | L<XXX> has been upgraded from version A.xx to B.yy. |
0d4476e9 | 126 | |
78a6ddfb | 127 | =back |
0d4476e9 | 128 | |
78a6ddfb | 129 | =head2 Removed Modules and Pragmata |
0d4476e9 | 130 | |
78a6ddfb | 131 | =over 4 |
0d4476e9 A |
132 | |
133 | =item * | |
134 | ||
78a6ddfb | 135 | XXX |
0d4476e9 | 136 | |
78a6ddfb | 137 | =back |
0d4476e9 | 138 | |
78a6ddfb | 139 | =head1 Documentation |
0d4476e9 | 140 | |
78a6ddfb A |
141 | XXX Changes to files in F<pod/> go here. Consider grouping entries by |
142 | file and be sure to link to the appropriate page, e.g. L<perlfunc>. | |
0d4476e9 | 143 | |
78a6ddfb | 144 | =head2 New Documentation |
0d4476e9 | 145 | |
78a6ddfb | 146 | XXX Changes which create B<new> files in F<pod/> go here. |
0d4476e9 | 147 | |
78a6ddfb | 148 | =head3 L<XXX> |
0d4476e9 | 149 | |
78a6ddfb | 150 | XXX Description of the purpose of the new file here |
0d4476e9 | 151 | |
78a6ddfb | 152 | =head2 Changes to Existing Documentation |
0d4476e9 | 153 | |
78a6ddfb A |
154 | XXX Changes which significantly change existing files in F<pod/> go here. |
155 | However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics> | |
156 | section. | |
fc9da770 | 157 | |
78a6ddfb | 158 | =head3 L<XXX> |
fc9da770 | 159 | |
78a6ddfb | 160 | =over 4 |
0d4476e9 A |
161 | |
162 | =item * | |
163 | ||
78a6ddfb | 164 | XXX Description of the change here |
0d4476e9 | 165 | |
78a6ddfb | 166 | =back |
0d4476e9 | 167 | |
78a6ddfb | 168 | =head1 Diagnostics |
0d4476e9 | 169 | |
78a6ddfb A |
170 | The following additions or changes have been made to diagnostic output, |
171 | including warnings and fatal error messages. For the complete list of | |
172 | diagnostic messages, see L<perldiag>. | |
0d4476e9 | 173 | |
78a6ddfb A |
174 | XXX New or changed warnings emitted by the core's C<C> code go here. Also |
175 | include any changes in L<perldiag> that reconcile it to the C<C> code. | |
0d4476e9 | 176 | |
78a6ddfb | 177 | =head2 New Diagnostics |
0d4476e9 | 178 | |
78a6ddfb A |
179 | XXX Newly added diagnostic messages go under here, separated into New Errors |
180 | and New Warnings | |
0d4476e9 | 181 | |
78a6ddfb A |
182 | =head3 New Errors |
183 | ||
184 | =over 4 | |
fc9da770 S |
185 | |
186 | =item * | |
187 | ||
78a6ddfb | 188 | XXX L<message|perldiag/"message"> |
331b9876 | 189 | |
af8a293f | 190 | =back |
a7e63acd | 191 | |
78a6ddfb | 192 | =head3 New Warnings |
fd12b912 | 193 | |
054383b6 | 194 | =over 4 |
fd12b912 DG |
195 | |
196 | =item * | |
197 | ||
78a6ddfb | 198 | XXX L<message|perldiag/"message"> |
206e921d | 199 | |
af8a293f | 200 | =back |
206e921d | 201 | |
78a6ddfb A |
202 | =head2 Changes to Existing Diagnostics |
203 | ||
204 | XXX Changes (i.e. rewording) of diagnostic messages go here | |
d9d208b8 | 205 | |
d7745c5b DM |
206 | =over 4 |
207 | ||
208 | =item * | |
209 | ||
78a6ddfb | 210 | XXX Describe change here |
4511cd77 | 211 | |
78a6ddfb | 212 | =back |
d7745c5b | 213 | |
78a6ddfb | 214 | =head1 Utility Changes |
d7745c5b | 215 | |
78a6ddfb A |
216 | XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go here. |
217 | Most of these are built within the directory F<utils>. | |
d7745c5b | 218 | |
78a6ddfb A |
219 | [ List utility changes as a =head2 entry for each utility and =item |
220 | entries for each change | |
221 | Use L<XXX> with program names to get proper documentation linking. ] | |
d7745c5b | 222 | |
78a6ddfb | 223 | =head2 L<XXX> |
d7745c5b | 224 | |
78a6ddfb | 225 | =over 4 |
d7745c5b | 226 | |
7d12a739 | 227 | =item * |
d7745c5b | 228 | |
78a6ddfb | 229 | XXX |
d7745c5b | 230 | |
6fee6573 | 231 | =back |
d7745c5b | 232 | |
78a6ddfb | 233 | =head1 Configuration and Compilation |
d7745c5b | 234 | |
78a6ddfb A |
235 | XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools |
236 | go here. Any other changes to the Perl build process should be listed here. | |
237 | However, any platform-specific changes should be listed in the | |
238 | L</Platform Support> section, instead. | |
d7745c5b | 239 | |
78a6ddfb | 240 | [ List changes as a =item entry ]. |
d7745c5b | 241 | |
78a6ddfb | 242 | =over 4 |
756bd853 SH |
243 | |
244 | =item * | |
245 | ||
78a6ddfb | 246 | XXX |
d7745c5b | 247 | |
78a6ddfb | 248 | =back |
756bd853 | 249 | |
78a6ddfb | 250 | =head1 Testing |
756bd853 | 251 | |
78a6ddfb A |
252 | XXX Any significant changes to the testing of a freshly built perl should be |
253 | listed here. Changes which create B<new> files in F<t/> go here as do any | |
254 | large changes to the testing harness (e.g. when parallel testing was added). | |
255 | Changes to existing files in F<t/> aren't worth summarizing, although the bugs | |
256 | that they represent may be covered elsewhere. | |
756bd853 | 257 | |
78a6ddfb | 258 | [ List each test improvement as a =item entry ] |
756bd853 | 259 | |
78a6ddfb | 260 | =over 4 |
756bd853 | 261 | |
78a6ddfb A |
262 | =item * |
263 | ||
264 | XXX | |
756bd853 | 265 | |
d7745c5b DM |
266 | =back |
267 | ||
78a6ddfb | 268 | =head1 Platform Support |
42d92f4a | 269 | |
78a6ddfb | 270 | XXX Any changes to platform support should be listed in the sections below. |
19b46ab5 | 271 | |
78a6ddfb A |
272 | [ Within the sections, list each platform as a =item entry with specific |
273 | changes as paragraphs below it. ] | |
23b4d8d6 | 274 | |
78a6ddfb | 275 | =head2 New Platforms |
710d3eb3 | 276 | |
78a6ddfb A |
277 | XXX List any platforms that this version of perl compiles on, that previous |
278 | versions did not. These will either be enabled by new files in the F<hints/> | |
279 | directories, or new subdirectories and F<README> files at the top level of the | |
280 | source tree. | |
710d3eb3 | 281 | |
78a6ddfb | 282 | =over 4 |
23b4d8d6 | 283 | |
78a6ddfb | 284 | =item XXX-some-platform |
2aade621 | 285 | |
78a6ddfb | 286 | XXX |
2aade621 | 287 | |
78a6ddfb | 288 | =back |
7febee86 | 289 | |
78a6ddfb | 290 | =head2 Discontinued Platforms |
7febee86 | 291 | |
78a6ddfb | 292 | XXX List any platforms that this version of perl no longer compiles on. |
7febee86 | 293 | |
78a6ddfb | 294 | =over 4 |
7febee86 | 295 | |
78a6ddfb | 296 | =item XXX-some-platform |
002a7765 | 297 | |
78a6ddfb | 298 | XXX |
84279daf | 299 | |
78a6ddfb | 300 | =back |
84279daf | 301 | |
78a6ddfb | 302 | =head2 Platform-Specific Notes |
84279daf | 303 | |
78a6ddfb A |
304 | XXX List any changes for specific platforms. This could include configuration |
305 | and compilation changes or changes in portability/compatibility. However, | |
306 | changes within modules for platforms should generally be listed in the | |
307 | L</Modules and Pragmata> section. | |
7d12a739 | 308 | |
78a6ddfb | 309 | =over 4 |
84279daf | 310 | |
78a6ddfb | 311 | =item XXX-some-platform |
54e70d91 | 312 | |
78a6ddfb | 313 | XXX |
46d34d0e | 314 | |
78a6ddfb | 315 | =back |
46d34d0e | 316 | |
78a6ddfb | 317 | =head1 Internal Changes |
ac33c516 | 318 | |
78a6ddfb A |
319 | XXX Changes which affect the interface available to C<XS> code go here. Other |
320 | significant internal changes for future core maintainers should be noted as | |
321 | well. | |
7d12a739 | 322 | |
78a6ddfb | 323 | [ List each change as a =item entry ] |
7d12a739 | 324 | |
78a6ddfb | 325 | =over 4 |
ac33c516 | 326 | |
9857cc20 S |
327 | =item * |
328 | ||
78a6ddfb | 329 | XXX |
7d12a739 | 330 | |
78a6ddfb | 331 | =back |
7d12a739 | 332 | |
78a6ddfb | 333 | =head1 Selected Bug Fixes |
3c84cb84 | 334 | |
78a6ddfb A |
335 | XXX Important bug fixes in the core language are summarized here. Bug fixes in |
336 | files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. | |
0057cacf | 337 | |
78a6ddfb | 338 | [ List each fix as a =item entry ] |
7d12a739 | 339 | |
78a6ddfb | 340 | =over 4 |
7d12a739 A |
341 | |
342 | =item * | |
343 | ||
78a6ddfb | 344 | XXX |
7d12a739 | 345 | |
78a6ddfb | 346 | =back |
7d12a739 | 347 | |
78a6ddfb | 348 | =head1 Known Problems |
7d12a739 | 349 | |
78a6ddfb A |
350 | XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any |
351 | tests that had to be C<TODO>ed for the release would be noted here. Unfixed | |
352 | platform specific bugs also go here. | |
7d12a739 | 353 | |
78a6ddfb | 354 | [ List each fix as a =item entry ] |
7d12a739 | 355 | |
78a6ddfb | 356 | =over 4 |
7d12a739 | 357 | |
78a6ddfb | 358 | =item * |
7d12a739 | 359 | |
78a6ddfb | 360 | XXX |
7d12a739 A |
361 | |
362 | =back | |
5a74572e | 363 | |
78a6ddfb | 364 | =head1 Errata From Previous Releases |
e1ad135d | 365 | |
78a6ddfb | 366 | =over 4 |
3ec37fe3 | 367 | |
78a6ddfb | 368 | =item * |
3ec37fe3 | 369 | |
78a6ddfb A |
370 | XXX Add anything here that we forgot to add, or were mistaken about, in |
371 | the perldelta of a previous release. | |
3ec37fe3 | 372 | |
78a6ddfb | 373 | =back |
3ec37fe3 | 374 | |
78a6ddfb A |
375 | =head1 Obituary |
376 | ||
377 | XXX If any significant core contributor has died, we've added a short obituary | |
378 | here. | |
379 | ||
380 | =head1 Acknowledgements | |
3ec37fe3 | 381 | |
78a6ddfb | 382 | XXX Generate this with: |
e1ad135d | 383 | |
78a6ddfb | 384 | perl Porting/acknowledgements.pl v5.23.9..HEAD |
f5b73711 | 385 | |
44691e6f AB |
386 | =head1 Reporting Bugs |
387 | ||
e08634c5 SH |
388 | If you find what you think is a bug, you might check the articles recently |
389 | posted to the comp.lang.perl.misc newsgroup and the perl bug database at | |
fc4c3cec RS |
390 | L<https://rt.perl.org/> . There may also be information at |
391 | L<http://www.perl.org/> , the Perl Home Page. | |
44691e6f | 392 | |
e08634c5 SH |
393 | If you believe you have an unreported bug, please run the L<perlbug> program |
394 | included with your release. Be sure to trim your bug down to a tiny but | |
395 | sufficient test case. Your bug report, along with the output of C<perl -V>, | |
396 | will be sent off to perlbug@perl.org to be analysed by the Perl porting team. | |
44691e6f AB |
397 | |
398 | If the bug you are reporting has security implications, which make it | |
e08634c5 SH |
399 | inappropriate to send to a publicly archived mailing list, then please send it |
400 | to perl5-security-report@perl.org. This points to a closed subscription | |
401 | unarchived mailing list, which includes all the core committers, who will be | |
402 | able to help assess the impact of issues, figure out a resolution, and help | |
f9001595 | 403 | co-ordinate the release of patches to mitigate or fix the problem across all |
e08634c5 SH |
404 | platforms on which Perl is supported. Please only use this address for |
405 | security issues in the Perl core, not for modules independently distributed on | |
406 | CPAN. | |
44691e6f AB |
407 | |
408 | =head1 SEE ALSO | |
409 | ||
e08634c5 SH |
410 | The F<Changes> file for an explanation of how to view exhaustive details on |
411 | what changed. | |
44691e6f AB |
412 | |
413 | The F<INSTALL> file for how to build Perl. | |
414 | ||
415 | The F<README> file for general stuff. | |
416 | ||
417 | The F<Artistic> and F<Copying> files for copyright information. | |
418 | ||
419 | =cut |