do subname() is deprecated, so update this hunk of test dating from perl 1.
[p5sagit/p5-mst-13.2.git] / pod / perl5111delta.pod
1 =head1 NAME
2
3 [ Any text flagged as XXX needs to be processed before release. ]
4
5 perldelta - what is new for perl v5.11.1
6
7 =head1 DESCRIPTION
8
9 This document describes differences between the 5.11.0 release and
10 the 5.11.1 release.
11
12 =head1 Notice
13
14 XXX Notice
15
16 =head1 Incompatible Changes
17
18 XXX For a release on a stable branch, this section aspires to be:
19
20     There are no changes intentionally incompatible with 5.XXX.XXX. If any
21     exist, they are bugs and reports are welcome.
22
23
24 =head1 Core Enhancements
25
26 XXX New core language features go here. Summarise user-visible core language
27 enhancements. Particularly prominent performance optimisations could go
28 here, but most should go in the L</Performance Enhancements> section.
29
30 =head1 New Platforms
31
32 XXX List any platforms that this version of perl compiles on, that previous
33 versions did not. These will either be enabled by new files in the F<hints/>
34 directories, or new subdirectories and F<README> files at the top level of the
35 source tree.
36
37 =head1 Modules and Pragmata
38
39 XXX All changes to installed files in F<ext/> and F<lib/> go here, in a list
40 ordered by distribution name. Minimally it should be the module version,
41 but it's more useful to the end user to give a paragraph's summary of the
42 module's changes. In an ideal world, dual-life modules would have a
43 F<Changes> file that could be cribbed.
44
45 =head2 New Modules and Pragmata
46
47 =over 4
48
49 =item C<XXX>
50
51 XXX
52
53 =back
54
55 =head2 Pragmata Changes
56
57 =over 4
58
59 =item C<XXX>
60
61 XXX
62
63 =back
64
65 =head2 Updated Modules
66
67 =over 4
68
69 =item C<XXX>
70
71 XXX
72
73 =back
74
75 =head1 Utility Changes
76
77 XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go
78 here. Most of these are built within the directories F<utils> and F<x2p>.
79
80 =over 4
81
82 =item F<XXX>
83
84 XXX
85
86 =back
87
88 =head1 New Documentation
89
90 XXX Changes which create B<new> files in F<pod/> go here.
91
92 =over 4
93
94 =item L<XXX>
95
96 XXX
97
98 =back
99
100 =head1 Changes to Existing Documentation
101
102 XXX Changes which significantly change existing files in F<pod/> go here.
103 Any changes to F<pod/perldiag.pod> should go in L</New or Changed Diagnostics>.
104
105
106 =head1 Performance Enhancements
107
108 XXX Changes which enhance performance without changing behaviour go here. There
109 may well be none in a stable release.
110
111 =over 4
112
113 =item *
114
115 XXX
116
117 =back
118
119 =head1 Installation and Configuration Improvements
120
121 XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools
122 go here.
123
124 =head2 Configuration improvements
125
126 XXX
127
128 =head2 Compilation improvements
129
130 XXX
131
132 =head2 Platform Specific Changes
133
134 =over 4
135
136 =item XXX-some-platform
137
138 XXX
139
140 =back
141
142 =head1 Selected Bug Fixes
143
144 XXX Important bug fixes in the core language are summarised here.
145 Bug fixes in files in F<ext/> and F<lib/> are best summarised in
146 L</Modules and Pragmata>.
147
148 =over 4
149
150 =item *
151
152 XXX
153
154 =back
155
156 =head1 New or Changed Diagnostics
157
158 XXX New or changed warnings emitted by the core's C<C> code go here.
159
160 =over 4
161
162 =item C<XXX>
163
164 XXX
165
166 =back
167
168 =head1 Changed Internals
169
170 XXX Changes which affect the interface available to C<XS> code go here.
171
172 =over 4
173
174 =item *
175
176 XXX
177
178 =back
179
180 =head1 New Tests
181
182 XXX Changes which create B<new> files in F<t/> go here. Changes to
183 existing files in F<t/> aren't worth summarising, although the bugs that
184 they represent may be.
185
186 =over 4
187
188 =item F<XXX>
189
190 XXX
191
192 =back
193
194 =head1 Known Problems
195
196 XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any
197 tests that had to be C<TODO>ed for the release would be noted here, unless
198 they were specific to a particular platform (see below).
199
200 This is a list of some significant unfixed bugs, which are regressions
201 from either 5.10.1 or 5.11.0.
202
203 =over 4
204
205 =item *
206
207 XXX
208
209 =back
210
211 =head1 Deprecations
212
213 XXX Add any new known deprecations here.
214
215 The following items are now deprecated.
216
217 =over 4
218
219 =item *
220
221 XXX
222
223 =back
224
225 =head1 Platform Specific Notes
226
227 XXX Any changes specific to a particular platform. VMS and Win32 are the usual
228 stars here. It's probably best to group changes under the same section layout
229 as the main perldelta
230
231
232 =head1 Obituary
233
234 XXX If any significant core contributor has died, we've added a short obituary
235 here.
236
237 =head1 Acknowledgements
238
239 XXX The list of people to thank goes here.
240
241
242 =head1 Reporting Bugs
243
244 If you find what you think is a bug, you might check the articles
245 recently posted to the comp.lang.perl.misc newsgroup and the perl
246 bug database at http://rt.perl.org/perlbug/ .  There may also be
247 information at http://www.perl.org/ , the Perl Home Page.
248
249 If you believe you have an unreported bug, please run the B<perlbug>
250 program included with your release.  Be sure to trim your bug down
251 to a tiny but sufficient test case.  Your bug report, along with the
252 output of C<perl -V>, will be sent off to perlbug@perl.org to be
253 analysed by the Perl porting team.
254
255 If the bug you are reporting has security implications, which make it
256 inappropriate to send to a publicly archived mailing list, then please send
257 it to perl5-security-report@perl.org. This points to a closed subscription
258 unarchived mailing list, which includes all the core committers, who be able
259 to help assess the impact of issues, figure out a resolution, and help
260 co-ordinate the release of patches to mitigate or fix the problem across all
261 platforms on which Perl is supported. Please only use this address for
262 security issues in the Perl core, not for modules independently
263 distributed on CPAN.
264
265 =head1 SEE ALSO
266
267 The F<Changes> file for an explanation of how to view exhaustive details
268 on what changed.
269
270 The F<INSTALL> file for how to build Perl.
271
272 The F<README> file for general stuff.
273
274 The F<Artistic> and F<Copying> files for copyright information.
275
276 =cut