5 [ this is a template for a new perldelta file. Any text flagged as
6 XXX needs to be processed before release. ]
8 perldelta - what is new for perl v5.15.4
12 This document describes differences between the 5.15.3 release and
15 If you are upgrading from an earlier release such as 5.15.3, first read
16 L<perl5153delta>, which describes differences between 5.15.3 and
21 XXX Any important notices here
23 =head1 Core Enhancements
25 =head2 $^X converted to an absolute path on FreeBSD, OS X and Solaris
27 C<$^X> is now converted to an absolute path on OS X, FreeBSD (without
28 needing F</proc> mounted) and Solaris 10 and 11. This augments the
29 previous approach of using F</proc> on Linux, FreeBSD and NetBSD
30 (in all cases, where mounted).
32 This makes relocatable perl installations more useful on these platforms.
33 (See "Relocatable @INC" in F<INSTALL>)
37 XXX Any security-related notices go here. In particular, any security
38 vulnerabilities closed should be noted here rather than in the
39 L</Selected Bug Fixes> section.
41 [ List each security issue as a =head2 entry ]
43 =head1 Incompatible Changes
45 XXX For a release on a stable branch, this section aspires to be:
47 There are no changes intentionally incompatible with 5.XXX.XXX
48 If any exist, they are bugs and reports are welcome.
50 [ List each incompatible change as a =head2 entry ]
54 XXX Any deprecated features, syntax, modules etc. should be listed here.
55 In particular, deprecated modules should be listed here even if they are
56 listed as an updated module in the L</Modules and Pragmata> section.
58 [ List each deprecation as a =head2 entry ]
60 =head1 Performance Enhancements
62 XXX Changes which enhance performance without changing behaviour go here. There
63 may well be none in a stable release.
65 [ List each enhancement as a =item entry ]
75 =head1 Modules and Pragmata
77 XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
78 go here. If Module::CoreList is updated, generate an initial draft of the
79 following sections using F<Porting/corelist-perldelta.pl>, which prints stub
80 entries to STDOUT. Results can be pasted in place of the '=head2' entries
81 below. A paragraph summary for important changes should then be added by hand.
82 In an ideal world, dual-life modules would have a F<Changes> file that could be
85 [ Within each section, list entries as a =item entry ]
87 =head2 New Modules and Pragmata
97 =head2 Updated Modules and Pragmata
103 L<perlfaq> has been upgraded from version 5.0150034 to version 5.0150035.
107 =head2 Removed Modules and Pragmata
119 XXX Changes to files in F<pod/> go here. Consider grouping entries by
120 file and be sure to link to the appropriate page, e.g. L<perlfunc>.
122 =head2 New Documentation
124 XXX Changes which create B<new> files in F<pod/> go here.
128 XXX Description of the purpose of the new file here
130 =head2 Changes to Existing Documentation
132 XXX Changes which significantly change existing files in F<pod/> go here.
133 However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
142 XXX Description of the change here
148 The following additions or changes have been made to diagnostic output,
149 including warnings and fatal error messages. For the complete list of
150 diagnostic messages, see L<perldiag>.
152 XXX New or changed warnings emitted by the core's C<C> code go here. Also
153 include any changes in L<perldiag> that reconcile it to the C<C> code.
155 [ Within each section, list entries as a =item entry that links to perldiag,
160 L<Invalid version object|perldiag/"Invalid version object">
163 =head2 New Diagnostics
165 XXX Newly added diagnostic messages go here
173 XXX L<message|perldiag/"message">
183 XXX L<message|perldiag/"message">
187 =head2 Changes to Existing Diagnostics
189 XXX Changes (i.e. rewording) of diagnostic messages go here
195 XXX Describe change here
199 =head1 Utility Changes
201 XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go
202 here. Most of these are built within the directories F<utils> and F<x2p>.
204 [ List utility changes as a =head3 entry for each utility and =item
205 entries for each change
206 Use L<XXX> with program names to get proper documentation linking. ]
218 =head1 Configuration and Compilation
220 XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools
221 go here. Any other changes to the Perl build process should be listed here.
222 However, any platform-specific changes should be listed in the
223 L</Platform Support> section, instead.
225 [ List changes as a =item entry ].
237 XXX Any significant changes to the testing of a freshly built perl should be
238 listed here. Changes which create B<new> files in F<t/> go here as do any
239 large changes to the testing harness (e.g. when parallel testing was added).
240 Changes to existing files in F<t/> aren't worth summarising, although the bugs
241 that they represent may be covered elsewhere.
243 [ List each test improvement as a =item entry ]
249 F<t/porting/checkcfgvar.t> now tests that all config.sh-style files are
250 complete. These are used by the various non-*nix to generate their
251 F<config.h>, and an incomplete input file will generate invalid output.
255 =head1 Platform Support
257 XXX Any changes to platform support should be listed in the sections below.
259 [ Within the sections, list each platform as a =item entry with specific
260 changes as paragraphs below it. ]
264 XXX List any platforms that this version of perl compiles on, that previous
265 versions did not. These will either be enabled by new files in the F<hints/>
266 directories, or new subdirectories and F<README> files at the top level of the
271 =item XXX-some-platform
277 =head2 Discontinued Platforms
279 XXX List any platforms that this version of perl no longer compiles on.
283 =item XXX-some-platform
289 =head2 Platform-Specific Notes
291 XXX List any changes for specific platforms. This could include configuration
292 and compilation changes or changes in portability/compatibility. However,
293 changes within modules for platforms should generally be listed in the
294 L</Modules and Pragmata> section.
298 =item XXX-some-platform
304 =head1 Internal Changes
306 XXX Changes which affect the interface available to C<XS> code go here.
307 Other significant internal changes for future core maintainers should
310 [ List each change as a =item entry ]
320 =head1 Selected Bug Fixes
322 XXX Important bug fixes in the core language are summarised here.
323 Bug fixes in files in F<ext/> and F<lib/> are best summarised in
324 L</Modules and Pragmata>.
326 [ List each fix as a =item entry ]
336 =head1 Known Problems
338 XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any
339 tests that had to be C<TODO>ed for the release would be noted here, unless
340 they were specific to a particular platform (see below).
342 This is a list of some significant unfixed bugs, which are regressions
343 from either 5.XXX.XXX or 5.XXX.XXX.
345 [ List each fix as a =item entry ]
357 XXX If any significant core contributor has died, we've added a short obituary
360 =head1 Acknowledgements
362 XXX Generate this with:
364 perl Porting/acknowledgements.pl v5.15.3..HEAD
366 =head1 Reporting Bugs
368 If you find what you think is a bug, you might check the articles
369 recently posted to the comp.lang.perl.misc newsgroup and the perl
370 bug database at http://rt.perl.org/perlbug/ . There may also be
371 information at http://www.perl.org/ , the Perl Home Page.
373 If you believe you have an unreported bug, please run the L<perlbug>
374 program included with your release. Be sure to trim your bug down
375 to a tiny but sufficient test case. Your bug report, along with the
376 output of C<perl -V>, will be sent off to perlbug@perl.org to be
377 analysed by the Perl porting team.
379 If the bug you are reporting has security implications, which make it
380 inappropriate to send to a publicly archived mailing list, then please send
381 it to perl5-security-report@perl.org. This points to a closed subscription
382 unarchived mailing list, which includes
383 all the core committers, who will be able
384 to help assess the impact of issues, figure out a resolution, and help
385 co-ordinate the release of patches to mitigate or fix the problem across all
386 platforms on which Perl is supported. Please only use this address for
387 security issues in the Perl core, not for modules independently
392 The F<Changes> file for an explanation of how to view exhaustive details
395 The F<INSTALL> file for how to build Perl.
397 The F<README> file for general stuff.
399 The F<Artistic> and F<Copying> files for copyright information.