This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-Load-Conditional to CPAN version 0.40
[perl5.git] / pod / perldelta.pod
1 =encoding utf8
2
3 =head1 NAME
4
5 [ this is a template for a new perldelta file. Any text flagged as
6 XXX needs to be processed before release. ]
7
8 perldelta - what is new for perl v5.13.9
9
10 =head1 DESCRIPTION
11
12 This document describes differences between the 5.13.8 release and
13 the 5.13.9 release.
14
15 If you are upgrading from an earlier release such as 5.13.7, first read
16 L<perl5138delta>, which describes differences between 5.13.7 and
17 5.13.8.
18
19 =head1 Notice
20
21 XXX Any important notices here
22
23 =head1 Core Enhancements
24
25 XXX New core language features go here. Summarise user-visible core language
26 enhancements. Particularly prominent performance optimisations could go
27 here, but most should go in the L</Performance Enhancements> section.
28
29 [ List each enhancement as a =head2 entry ]
30
31 =head1 Security
32
33 XXX Any security-related notices go here.  In particular, any security
34 vulnerabilities closed should be noted here rather than in the
35 L</Selected Bug Fixes> section.
36
37 [ List each security issue as a =head2 entry ]
38
39 =head1 Incompatible Changes
40
41 XXX For a release on a stable branch, this section aspires to be:
42
43     There are no changes intentionally incompatible with 5.XXX.XXX. If any
44     exist, they are bugs and reports are welcome.
45
46 [ List each incompatible change as a =head2 entry ]
47
48 =head1 Deprecations
49
50 XXX Any deprecated features, syntax, modules etc. should be listed here.
51 In particular, deprecated modules should be listed here even if they are
52 listed as an updated module in the L</Modules and Pragmata> section.
53
54 [ List each deprecation as a =head2 entry ]
55
56 =head1 Performance Enhancements
57
58 XXX Changes which enhance performance without changing behaviour go here. There
59 may well be none in a stable release.
60
61 [ List each enhancement as a =item entry ]
62
63 =over 4
64
65 =item *
66
67 XXX
68
69 =back
70
71 =head1 Modules and Pragmata
72
73 XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
74 go here.  If Module::CoreList is updated, generate an initial draft of the
75 following sections using F<Porting/corelist-perldelta.pl>, which prints stub
76 entries to STDOUT.  Results can be pasted in place of the '=head2' entries
77 below.  A paragraph summary for important changes should then be added by hand.
78 In an ideal world, dual-life modules would have a F<Changes> file that could be
79 cribbed.
80
81 [ Within each section, list entries as a =item entry ]
82
83 =head2 New Modules and Pragmata
84
85 =over 4
86
87 =item *
88
89 L<CPAN::Meta::YAML> 0.002 has been added as a dual-life module.  It supports a
90 subset of YAML sufficient for reading and writing META.yml and MYMETA.yml files
91 included with CPAN distributions or generated by the module installation
92 toolchain. It should not be used for any other general YAML parsing or
93 generation task.
94
95 =item *
96
97 L<Module::Metadata> 1.000003 has been added as a dual-life module.  It gathers
98 package and POD information from Perl module files.  It is a standalone module
99 based on Module::Build::ModuleInfo for use by other module installation
100 toolchain components.  Module::Build::ModuleInfo has been deprecated in
101 favor of this module instead.
102
103 =item *
104
105 L<Perl::OSType> 1.002 has been added as a dual-life module.  It maps Perl
106 operating system names (e.g. 'dragonfly' or 'MSWin32') to more generic types
107 with standardized names (e.g.  "Unix" or "Windows").  It has been refactored
108 out of Module::Build and ExtUtils::CBuilder and consolidates such mappings into
109 a single location for easier maintenance.
110
111 =back
112
113 =head2 Updated Modules and Pragmata
114
115 =over 4
116
117 =item *
118
119 C<Archive::Extract> has been upgraded from version 0.46 to 0.48
120
121 =item *
122
123 C<Archive::Tar> has been upgraded from version 1.74 to 1.76
124
125 =item *
126
127 C<CGI> has been upgraded from version 3.50 to 3.51
128
129 =item *
130
131 C<Encode> has been upgraded from version 2.40 to 2.42
132
133 =item *
134
135 C<File::Fetch> has been upgraded from version 0.28 to 0.30
136
137 =item *
138
139 C<IPC::Cmd> has been upgraded from version 0.66 to 0.68
140
141 =item *
142
143 C<Log::Message> has been upgraded from version 0.02 to 0.04
144
145 =item *
146
147 C<Module::Load::Conditional> has been upgraded from 0.38 to 0.40
148
149 =item *
150
151 C<threads> has been upgraded from version 1.81_03 to 1.82
152
153 =item *
154
155 C<threads::shared> has been upgraded from version 1.35 to 1.36
156
157 =item *
158
159 C<Time::Local> has been upgraded from version 1.1901_01 to 1.2000.
160
161 =back
162
163 =head2 Removed Modules and Pragmata
164
165 =over 4
166
167 =item *
168
169 XXX
170
171 =back
172
173 =head1 Documentation
174
175 XXX Changes to files in F<pod/> go here.  Consider grouping entries by
176 file and be sure to link to the appropriate page, e.g. L<perlfunc>.
177
178 =head2 New Documentation
179
180 XXX Changes which create B<new> files in F<pod/> go here.
181
182 =head3 L<XXX>
183
184 XXX Description of the purpose of the new file here
185
186 =head2 Changes to Existing Documentation
187
188 XXX Changes which significantly change existing files in F<pod/> go here.
189 However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
190 section.
191
192 =head3 L<XXX>
193
194 =over 4
195
196 =item *
197
198 XXX Description of the change here
199
200 =back
201
202 =head1 Diagnostics
203
204 The following additions or changes have been made to diagnostic output,
205 including warnings and fatal error messages.  For the complete list of
206 diagnostic messages, see L<perldiag>.
207
208 XXX New or changed warnings emitted by the core's C<C> code go here. Also
209 include any changes in L<perldiag> that reconcile it to the C<C> code.
210
211 [ Within each section, list entries as a =item entry ]
212
213 =head2 New Diagnostics
214
215 XXX Newly added diagnostic messages go here
216
217 =over 4
218
219 =item *
220
221 XXX
222
223 =back
224
225 =head2 Changes to Existing Diagnostics
226
227 XXX Changes (i.e. rewording) of diagnostic messages go here
228
229 =over 4
230
231 =item *
232
233 XXX
234
235 =back
236
237 =head1 Utility Changes
238
239 XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go
240 here. Most of these are built within the directories F<utils> and F<x2p>.
241
242 [ List utility changes as a =head3 entry for each utility and =item
243 entries for each change
244 Use L<XXX> with program names to get proper documentation linking. ]
245
246 =head3 L<XXX>
247
248 =over 4
249
250 =item *
251
252 XXX
253
254 =back
255
256 =head1 Configuration and Compilation
257
258 XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools
259 go here.  Any other changes to the Perl build process should be listed here.
260 However, any platform-specific changes should be listed in the
261 L</Platform Support> section, instead.
262
263 [ List changes as a =item entry ].
264
265 =over 4
266
267 =item *
268
269 XXX
270
271 =back
272
273 =head1 Testing
274
275 XXX Any significant changes to the testing of a freshly built perl should be
276 listed here.  Changes which create B<new> files in F<t/> go here as do any
277 large changes to the testing harness (e.g. when parallel testing was added).
278 Changes to existing files in F<t/> aren't worth summarising, although the bugs
279 that they represent may be covered elsewhere.
280
281 [ List each test improvement as a =item entry ]
282
283 =over 4
284
285 =item *
286
287 XXX
288
289 =back
290
291 =head1 Platform Support
292
293 XXX Any changes to platform support should be listed in the sections below.
294
295 [ Within the sections, list each platform as a =item entry with specific
296 changes as paragraphs below it. ]
297
298 =head2 New Platforms
299
300 XXX List any platforms that this version of perl compiles on, that previous
301 versions did not. These will either be enabled by new files in the F<hints/>
302 directories, or new subdirectories and F<README> files at the top level of the
303 source tree.
304
305 =over 4
306
307 =item XXX-some-platform
308
309 XXX
310
311 =back
312
313 =head2 Discontinued Platforms
314
315 XXX List any platforms that this version of perl no longer compiles on.
316
317 =over 4
318
319 =item XXX-some-platform
320
321 XXX
322
323 =back
324
325 =head2 Platform-Specific Notes
326
327 XXX List any changes for specific platforms. This could include configuration
328 and compilation changes or changes in portability/compatibility.  However,
329 changes within modules for platforms should generally be listed in the
330 L</Modules and Pragmata> section.
331
332 =over 4
333
334 =item XXX-some-platform
335
336 XXX
337
338 =back
339
340 =head1 Internal Changes
341
342 XXX Changes which affect the interface available to C<XS> code go here.
343 Other significant internal changes for future core maintainers should
344 be noted as well.
345
346 [ List each test improvement as a =item entry ]
347
348 =over 4
349
350 =item *
351
352 The opcode bodies for C<chop> and C<chomp> and for C<schop> and C<schomp> have
353 been merged. The implementation functions C<Perl_do_chop()> and
354 C<Perl_do_chomp()>, never part of the public API, have been merged and moved to
355 a static function in F<pp.c>. This shrinks the perl binary slightly, and should
356 not affect any code outside the core (unless it is relying on the order of side
357 effects when C<chomp> is passed a I<list> of values).
358
359 =back
360
361 =head1 Selected Bug Fixes
362
363 XXX Important bug fixes in the core language are summarised here.
364 Bug fixes in files in F<ext/> and F<lib/> are best summarised in
365 L</Modules and Pragmata>.
366
367 [ List each fix as a =item entry ]
368
369 =over 4
370
371 =item *
372
373 XXX
374
375 =back
376
377 =head1 Known Problems
378
379 XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any
380 tests that had to be C<TODO>ed for the release would be noted here, unless
381 they were specific to a particular platform (see below).
382
383 This is a list of some significant unfixed bugs, which are regressions
384 from either 5.XXX.XXX or 5.XXX.XXX.
385
386 [ List each fix as a =item entry ]
387
388 =over 4
389
390 =item *
391
392 XXX
393
394 =back
395
396 =head1 Obituary
397
398 XXX If any significant core contributor has died, we've added a short obituary
399 here.
400
401 =head1 Acknowledgements
402
403 XXX The list of people to thank goes here.
404
405 =head1 Reporting Bugs
406
407 If you find what you think is a bug, you might check the articles
408 recently posted to the comp.lang.perl.misc newsgroup and the perl
409 bug database at http://rt.perl.org/perlbug/ .  There may also be
410 information at http://www.perl.org/ , the Perl Home Page.
411
412 If you believe you have an unreported bug, please run the L<perlbug>
413 program included with your release.  Be sure to trim your bug down
414 to a tiny but sufficient test case.  Your bug report, along with the
415 output of C<perl -V>, will be sent off to perlbug@perl.org to be
416 analysed by the Perl porting team.
417
418 If the bug you are reporting has security implications, which make it
419 inappropriate to send to a publicly archived mailing list, then please send
420 it to perl5-security-report@perl.org. This points to a closed subscription
421 unarchived mailing list, which includes all the core committers, who be able
422 to help assess the impact of issues, figure out a resolution, and help
423 co-ordinate the release of patches to mitigate or fix the problem across all
424 platforms on which Perl is supported. Please only use this address for
425 security issues in the Perl core, not for modules independently
426 distributed on CPAN.
427
428 =head1 SEE ALSO
429
430 The F<Changes> file for an explanation of how to view exhaustive details
431 on what changed.
432
433 The F<INSTALL> file for how to build Perl.
434
435 The F<README> file for general stuff.
436
437 The F<Artistic> and F<Copying> files for copyright information.
438
439 =cut