Commit | Line | Data |
---|---|---|
44691e6f AB |
1 | =encoding utf8 |
2 | ||
3 | =head1 NAME | |
4 | ||
39c4a6cf PM |
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.21.4 | |
c68523cb | 9 | |
238894db | 10 | =head1 DESCRIPTION |
c68523cb | 11 | |
39c4a6cf | 12 | This document describes differences between the 5.21.3 release and the 5.21.4 |
238894db | 13 | release. |
c68523cb | 14 | |
39c4a6cf PM |
15 | If you are upgrading from an earlier release such as 5.21.2, first read |
16 | L<perl5213delta>, which describes differences between 5.21.2 and 5.21.3. | |
7065301c | 17 | |
39c4a6cf | 18 | =head1 Notice |
7e957246 | 19 | |
39c4a6cf | 20 | XXX Any important notices here |
7e957246 | 21 | |
39c4a6cf | 22 | =head1 Core Enhancements |
f88f10f5 | 23 | |
39c4a6cf PM |
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. | |
21f3b41e | 27 | |
39c4a6cf | 28 | [ List each enhancement as a =head2 entry ] |
f88f10f5 | 29 | |
0346c3a9 | 30 | =head1 Security |
7e957246 | 31 | |
39c4a6cf PM |
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. | |
13900f93 | 35 | |
39c4a6cf | 36 | [ List each security issue as a =head2 entry ] |
8bdb3f93 | 37 | |
13900f93 | 38 | =head1 Incompatible Changes |
8bdb3f93 | 39 | |
39c4a6cf | 40 | XXX For a release on a stable branch, this section aspires to be: |
1178d2cf | 41 | |
39c4a6cf PM |
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. | |
1178d2cf | 45 | |
39c4a6cf | 46 | [ List each incompatible change as a =head2 entry ] |
f6f3144e | 47 | |
39c4a6cf | 48 | =head1 Deprecations |
7065301c | 49 | |
39c4a6cf | 50 | XXX Any deprecated features, syntax, modules etc. should be listed here. |
7065301c | 51 | |
39c4a6cf | 52 | =head2 Module removals |
b3e82ed1 | 53 | |
39c4a6cf | 54 | XXX Remove this section if inapplicable. |
ca58223b | 55 | |
39c4a6cf PM |
56 | The following modules will be removed from the core distribution in a |
57 | future release, and will at that time need to be installed from CPAN. | |
58 | Distributions on CPAN which require these modules will need to list them as | |
59 | prerequisites. | |
ca58223b | 60 | |
39c4a6cf PM |
61 | The core versions of these modules will now issue C<"deprecated">-category |
62 | warnings to alert you to this fact. To silence these deprecation warnings, | |
63 | install the modules in question from CPAN. | |
23b03637 | 64 | |
39c4a6cf PM |
65 | Note that these are (with rare exceptions) fine modules that you are encouraged |
66 | to continue to use. Their disinclusion from core primarily hinges on their | |
67 | necessity to bootstrapping a fully functional, CPAN-capable Perl installation, | |
68 | not usually on concerns over their design. | |
23b03637 | 69 | |
39c4a6cf | 70 | =over |
85e8fb10 | 71 | |
39c4a6cf | 72 | =item XXX |
85e8fb10 | 73 | |
39c4a6cf PM |
74 | XXX Note that deprecated modules should be listed here even if they are listed |
75 | as an updated module in the L</Modules and Pragmata> section. | |
134f90c2 | 76 | |
39c4a6cf | 77 | =back |
134f90c2 | 78 | |
39c4a6cf | 79 | [ List each other deprecation as a =head2 entry ] |
ff433f2d | 80 | |
39c4a6cf | 81 | =head1 Performance Enhancements |
ff433f2d | 82 | |
39c4a6cf PM |
83 | XXX Changes which enhance performance without changing behaviour go here. |
84 | There may well be none in a stable release. | |
134f90c2 | 85 | |
39c4a6cf | 86 | [ List each enhancement as a =item entry ] |
134f90c2 | 87 | |
39c4a6cf | 88 | =over 4 |
7d19f6a1 | 89 | |
7d19f6a1 PM |
90 | =item * |
91 | ||
39c4a6cf | 92 | XXX |
55e8b286 | 93 | |
39c4a6cf | 94 | =back |
55e8b286 | 95 | |
39c4a6cf | 96 | =head1 Modules and Pragmata |
d99849ae | 97 | |
39c4a6cf PM |
98 | XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/> |
99 | go here. If Module::CoreList is updated, generate an initial draft of the | |
100 | following sections using F<Porting/corelist-perldelta.pl>. A paragraph summary | |
101 | for important changes should then be added by hand. In an ideal world, | |
102 | dual-life modules would have a F<Changes> file that could be cribbed. | |
d99849ae | 103 | |
39c4a6cf | 104 | [ Within each section, list entries as a =item entry ] |
ff433f2d | 105 | |
39c4a6cf | 106 | =head2 New Modules and Pragmata |
ff433f2d | 107 | |
39c4a6cf | 108 | =over 4 |
ff433f2d PM |
109 | |
110 | =item * | |
111 | ||
39c4a6cf | 112 | XXX |
0bb39c26 | 113 | |
39c4a6cf | 114 | =back |
0bb39c26 | 115 | |
39c4a6cf | 116 | =head2 Updated Modules and Pragmata |
9c97a342 | 117 | |
39c4a6cf | 118 | =over 4 |
d99849ae PM |
119 | |
120 | =item * | |
121 | ||
39c4a6cf | 122 | L<XXX> has been upgraded from version A.xx to B.yy. |
6ab3666b | 123 | |
233a4069 JK |
124 | =item * |
125 | ||
126 | L<File::Find> has been upgraded from version 1.27 to 1.28. | |
39091b75 | 127 | |
233a4069 JK |
128 | C<find()> and C<finddepth()> will now warn if passed inappropriate or |
129 | misspelled options. | |
130 | ||
d0ab07ee JK |
131 | =item * |
132 | ||
133 | L<B::Concise> has been upgraded from version 0.992 to 0.993. | |
134 | ||
74d5bfab AS |
135 | |
136 | =item * | |
137 | ||
138 | L<ExtUtils::CBuilder> has been upgraded from version 0.280216 to 0.280219. | |
139 | [perl #122675]. | |
140 | ||
d0ab07ee JK |
141 | =item * |
142 | ||
39091b75 JK |
143 | L<ExtUtils::Manifest> has been upgraded from version 1.65 to 1.66. |
144 | [perl #122415]. | |
145 | ||
146 | =item * | |
147 | ||
d0ab07ee JK |
148 | L<HTTP::Tiny> has been upgraded from version 0.047 to 0.048. |
149 | ||
150 | =item * | |
151 | ||
152 | L<Module::CoreList> has been upgraded from version 5.021003 to 5.021004. | |
153 | ||
154 | =item * | |
155 | ||
156 | L<POSIX> has been upgraded from version 1.42 to 1.43. | |
157 | ||
158 | =item * | |
159 | ||
160 | L<Pod::Perldoc> has been upgraded from version 3.23 to 3.24. | |
161 | ||
162 | =item * | |
163 | ||
164 | L<constant> has been upgraded from version 1.31 to 1.32. | |
165 | ||
bfc60ea2 FC |
166 | It now accepts fully-qualified constant names, allowing constants to be |
167 | defined in packages other than the caller. | |
168 | ||
d0ab07ee JK |
169 | =item * |
170 | ||
171 | L<threads> has been upgraded from version 1.95 to 1.96. | |
172 | ||
39c4a6cf | 173 | =back |
9c97a342 | 174 | |
39c4a6cf | 175 | =head2 Removed Modules and Pragmata |
d99849ae | 176 | |
39c4a6cf | 177 | =over 4 |
d99849ae | 178 | |
ff433f2d PM |
179 | =item * |
180 | ||
39c4a6cf | 181 | XXX |
ff433f2d | 182 | |
13900f93 | 183 | =back |
aac7f82f | 184 | |
13900f93 | 185 | =head1 Documentation |
aac7f82f | 186 | |
39c4a6cf PM |
187 | XXX Changes to files in F<pod/> go here. Consider grouping entries by |
188 | file and be sure to link to the appropriate page, e.g. L<perlfunc>. | |
6d9b7c7c | 189 | |
39c4a6cf | 190 | =head2 New Documentation |
2a395b86 | 191 | |
39c4a6cf | 192 | XXX Changes which create B<new> files in F<pod/> go here. |
2a395b86 | 193 | |
39c4a6cf | 194 | =head3 L<XXX> |
2a395b86 | 195 | |
39c4a6cf | 196 | XXX Description of the purpose of the new file here |
2a395b86 | 197 | |
39c4a6cf | 198 | =head2 Changes to Existing Documentation |
2a395b86 | 199 | |
39c4a6cf PM |
200 | XXX Changes which significantly change existing files in F<pod/> go here. |
201 | However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics> | |
202 | section. | |
203 | ||
204 | =head3 L<XXX> | |
2a395b86 PM |
205 | |
206 | =over 4 | |
207 | ||
208 | =item * | |
209 | ||
39c4a6cf | 210 | XXX Description of the change here |
2a395b86 PM |
211 | |
212 | =back | |
213 | ||
39c4a6cf | 214 | =head1 Diagnostics |
2a395b86 | 215 | |
39c4a6cf PM |
216 | The following additions or changes have been made to diagnostic output, |
217 | including warnings and fatal error messages. For the complete list of | |
218 | diagnostic messages, see L<perldiag>. | |
2a395b86 | 219 | |
39c4a6cf PM |
220 | XXX New or changed warnings emitted by the core's C<C> code go here. Also |
221 | include any changes in L<perldiag> that reconcile it to the C<C> code. | |
2a395b86 | 222 | |
39c4a6cf | 223 | =head2 New Diagnostics |
0f4a583b | 224 | |
39c4a6cf PM |
225 | XXX Newly added diagnostic messages go under here, separated into New Errors |
226 | and New Warnings | |
2a395b86 | 227 | |
39c4a6cf | 228 | =head3 New Errors |
2a395b86 PM |
229 | |
230 | =over 4 | |
231 | ||
232 | =item * | |
233 | ||
39c4a6cf | 234 | XXX L<message|perldiag/"message"> |
2a395b86 PM |
235 | |
236 | =back | |
237 | ||
39c4a6cf | 238 | =head3 New Warnings |
2a395b86 PM |
239 | |
240 | =over 4 | |
241 | ||
242 | =item * | |
243 | ||
39c4a6cf | 244 | XXX L<message|perldiag/"message"> |
2a395b86 PM |
245 | |
246 | =back | |
6d9b7c7c | 247 | |
39c4a6cf PM |
248 | =head2 Changes to Existing Diagnostics |
249 | ||
250 | XXX Changes (i.e. rewording) of diagnostic messages go here | |
7f55cec0 | 251 | |
13900f93 | 252 | =over 4 |
7f55cec0 SH |
253 | |
254 | =item * | |
255 | ||
39c4a6cf | 256 | XXX Describe change here |
aac7f82f | 257 | |
13900f93 | 258 | =back |
aac7f82f | 259 | |
363d3025 FC |
260 | =head2 Diagnostic Removals |
261 | ||
262 | =over 4 | |
263 | ||
264 | =item * | |
265 | ||
266 | The warning "Ambiguous use of -foo resolved as -&foo()" has been removed. | |
267 | There is actually no ambiguity here, and this impedes the use of negated | |
268 | constants; e.g., C<-Inf>. | |
269 | ||
270 | =back | |
271 | ||
39c4a6cf | 272 | =head1 Utility Changes |
091fed7c | 273 | |
39c4a6cf PM |
274 | XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go here. |
275 | Most of these are built within the directory F<utils>. | |
902c1f75 | 276 | |
39c4a6cf PM |
277 | [ List utility changes as a =head2 entry for each utility and =item |
278 | entries for each change | |
279 | Use L<XXX> with program names to get proper documentation linking. ] | |
2901561d | 280 | |
39c4a6cf | 281 | =head2 L<XXX> |
4594cf53 | 282 | |
13900f93 | 283 | =over 4 |
96dcbc37 DD |
284 | |
285 | =item * | |
286 | ||
39c4a6cf | 287 | XXX |
a1d26ccd | 288 | |
39c4a6cf | 289 | =back |
a1d26ccd | 290 | |
39c4a6cf | 291 | =head1 Configuration and Compilation |
7065301c | 292 | |
39c4a6cf PM |
293 | XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools |
294 | go here. Any other changes to the Perl build process should be listed here. | |
295 | However, any platform-specific changes should be listed in the | |
296 | L</Platform Support> section, instead. | |
58f25ac1 | 297 | |
39c4a6cf | 298 | [ List changes as a =item entry ]. |
13900f93 A |
299 | |
300 | =over 4 | |
58f25ac1 MH |
301 | |
302 | =item * | |
303 | ||
39c4a6cf | 304 | XXX |
a5873648 | 305 | |
39c4a6cf | 306 | =back |
a5873648 | 307 | |
39c4a6cf | 308 | =head1 Testing |
a5873648 | 309 | |
39c4a6cf PM |
310 | XXX Any significant changes to the testing of a freshly built perl should be |
311 | listed here. Changes which create B<new> files in F<t/> go here as do any | |
312 | large changes to the testing harness (e.g. when parallel testing was added). | |
313 | Changes to existing files in F<t/> aren't worth summarizing, although the bugs | |
314 | that they represent may be covered elsewhere. | |
a5873648 | 315 | |
39c4a6cf | 316 | [ List each test improvement as a =item entry ] |
a5873648 | 317 | |
39c4a6cf | 318 | =over 4 |
a5873648 PM |
319 | |
320 | =item * | |
321 | ||
39c4a6cf | 322 | XXX |
a5873648 | 323 | |
58f25ac1 MH |
324 | =back |
325 | ||
39c4a6cf | 326 | =head1 Platform Support |
b10906fb | 327 | |
39c4a6cf | 328 | XXX Any changes to platform support should be listed in the sections below. |
b10906fb | 329 | |
39c4a6cf PM |
330 | [ Within the sections, list each platform as a =item entry with specific |
331 | changes as paragraphs below it. ] | |
b10906fb | 332 | |
39c4a6cf | 333 | =head2 New Platforms |
b10906fb | 334 | |
39c4a6cf PM |
335 | XXX List any platforms that this version of perl compiles on, that previous |
336 | versions did not. These will either be enabled by new files in the F<hints/> | |
337 | directories, or new subdirectories and F<README> files at the top level of the | |
338 | source tree. | |
13900f93 | 339 | |
7065301c | 340 | =over 4 |
24a38d90 | 341 | |
39c4a6cf | 342 | =item XXX-some-platform |
24a38d90 | 343 | |
39c4a6cf | 344 | XXX |
bb076206 | 345 | |
7065301c RS |
346 | =back |
347 | ||
39c4a6cf | 348 | =head2 Discontinued Platforms |
097675bf | 349 | |
39c4a6cf | 350 | XXX List any platforms that this version of perl no longer compiles on. |
b3211734 | 351 | |
6e97d65d | 352 | =over 4 |
b3211734 | 353 | |
39c4a6cf | 354 | =item XXX-some-platform |
7065301c | 355 | |
39c4a6cf | 356 | XXX |
13900f93 | 357 | |
39c4a6cf | 358 | =back |
7d0ccdba | 359 | |
39c4a6cf | 360 | =head2 Platform-Specific Notes |
7d0ccdba | 361 | |
39c4a6cf PM |
362 | XXX List any changes for specific platforms. This could include configuration |
363 | and compilation changes or changes in portability/compatibility. However, | |
364 | changes within modules for platforms should generally be listed in the | |
365 | L</Modules and Pragmata> section. | |
6e97d65d | 366 | |
39c4a6cf | 367 | =over 4 |
6e97d65d | 368 | |
39c4a6cf | 369 | =item XXX-some-platform |
6e97d65d | 370 | |
39c4a6cf | 371 | XXX |
7d0ccdba | 372 | |
7065301c RS |
373 | =back |
374 | ||
375 | =head1 Internal Changes | |
376 | ||
39c4a6cf PM |
377 | XXX Changes which affect the interface available to C<XS> code go here. Other |
378 | significant internal changes for future core maintainers should be noted as | |
379 | well. | |
c9fcb674 | 380 | |
39c4a6cf | 381 | [ List each change as a =item entry ] |
a835cd47 | 382 | |
39c4a6cf | 383 | =over 4 |
c1284011 | 384 | |
7d15b1a8 | 385 | XXX |
1c43698b | 386 | |
6d9b7c7c | 387 | =back |
c1284011 | 388 | |
6d9b7c7c | 389 | =head1 Selected Bug Fixes |
375f5f06 | 390 | |
39c4a6cf PM |
391 | XXX Important bug fixes in the core language are summarized here. Bug fixes in |
392 | files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. | |
393 | ||
394 | [ List each fix as a =item entry ] | |
395 | ||
0346c3a9 | 396 | =over 4 |
375f5f06 | 397 | |
2884baee MH |
398 | =item * |
399 | ||
39c4a6cf | 400 | XXX |
2884baee | 401 | |
0aa1826c FC |
402 | =item * |
403 | ||
404 | Compile-time checking of constant dereferencing (e.g., | |
405 | C<< my_constant->() >>) has been removed, since it was not taking | |
406 | overloading into account. [perl #69456] [perl #122607] | |
407 | ||
6f1a844b FC |
408 | =item * |
409 | ||
410 | Constant dereferencing now works correctly for typeglob constants. | |
411 | Previously the glob was stringified and its name looked up. Now the glob | |
412 | itself is used. [perl #69456] | |
413 | ||
549ea8d4 FC |
414 | =item * |
415 | ||
416 | When parsing a funny character ($ @ % &) followed by braces, the parser no | |
417 | longer tries to guess whether it is a block or a hash constructor (causing | |
418 | a syntax error when it guesses the latter), since it can only be a block. | |
419 | ||
be0006e0 FC |
420 | =item * |
421 | ||
422 | C<undef $reference> now frees the referent immediately, instead of hanging | |
423 | on to it until the next statement. [perl #122556] | |
424 | ||
1699f5c2 FC |
425 | =item * |
426 | ||
427 | Various cases where the name of a sub is used (autoload, overloading, error | |
428 | messages) used to crash for lexical subs, but have been fixed. | |
429 | ||
7e8b2071 FC |
430 | =item * |
431 | ||
432 | Bareword lookup now tries to avoid vivifying packages if it turns out the | |
433 | bareword is not going to be a subroutine name. | |
434 | ||
f9acf899 FC |
435 | =item * |
436 | ||
437 | Compilation of anonymous constants (e.g., C<sub () { 3 }>) no longer | |
438 | deletes any subroutine named C<__ANON__> in the current package. Not only | |
439 | was C<*__ANON__{CODE}> cleared, but there was a memory leak, too. This bug | |
440 | goes back to perl 5.8.0. | |
441 | ||
fd26b6f0 FC |
442 | =item * |
443 | ||
444 | Stub declarations like C<sub f;> and C<sub f ();> no longer wipe out | |
445 | constants of the same name declared by C<use constant>. This bug was | |
446 | introduced in perl 5.10.0. | |
447 | ||
499333dc KW |
448 | =item * |
449 | ||
450 | Under some conditions a warning raised in compilation of regular | |
451 | expression patterns could be displayed multiple times. This is now | |
452 | fixed. | |
453 | ||
8f0cd35a KW |
454 | =item * |
455 | ||
456 | C<qr/[\N{named sequence}]/> now works properly in many instances. Some | |
457 | names known to C<\N{...}> refer to a sequence of multiple characters, | |
458 | instead of the usual single character. Bracketed character classes | |
459 | generally only match single characters, but now special handling has | |
460 | been added so that they can match named sequences, but not if the class | |
461 | is inverted or the sequence is specified as the beginning or end of a | |
462 | range. In these cases, the only behavior change from before is a slight | |
463 | rewording of the fatal error message given when this class is part of a | |
464 | C<?[...])> construct. When the C<[...]> stands alone, the same | |
465 | non-fatal warning as before is raised, and only the first character in | |
466 | the sequence is used, again just as before. | |
467 | ||
aa292ef2 FC |
468 | =item * |
469 | ||
470 | Tainted constants evaluated at compile time no longer cause unrelated | |
471 | statements to become tainted. [perl #122669] | |
472 | ||
739e9bee FC |
473 | =item * |
474 | ||
475 | C<open $$fh, ...>, which vivifies a handle with a name like "main::_GEN_0", | |
476 | was not giving the handle the right reference count, so a double free could | |
477 | happen. | |
478 | ||
b23b2fdb FC |
479 | =item * |
480 | ||
481 | When deciding that a bareword was a method name, the parser would get | |
482 | confused if an "our" sub with the same name existed, and look up the method | |
483 | in the package of the "our" sub, instead of the package of the invocant. | |
484 | ||
7d15b1a8 FC |
485 | =item * |
486 | ||
487 | The parser no longer gets confused by C<\U=> within a double-quoted string. | |
488 | It used to roduce a syntax error, but now compiles it correctly. | |
489 | [perl #80368] | |
490 | ||
39c4a6cf | 491 | =back |
b756670b | 492 | |
39c4a6cf | 493 | =head1 Known Problems |
b756670b | 494 | |
39c4a6cf PM |
495 | XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any |
496 | tests that had to be C<TODO>ed for the release would be noted here. Unfixed | |
497 | platform specific bugs also go here. | |
e917e94e | 498 | |
39c4a6cf PM |
499 | [ List each fix as a =item entry ] |
500 | ||
501 | =over 4 | |
e917e94e | 502 | |
26dd5fd6 PM |
503 | =item * |
504 | ||
39c4a6cf | 505 | XXX |
26dd5fd6 | 506 | |
13900f93 A |
507 | =back |
508 | ||
39c4a6cf | 509 | =head1 Errata From Previous Releases |
e831f11a | 510 | |
39c4a6cf PM |
511 | =over 4 |
512 | ||
513 | =item * | |
ff433f2d | 514 | |
39c4a6cf PM |
515 | XXX Add anything here that we forgot to add, or were mistaken about, in |
516 | the perldelta of a previous release. | |
ff433f2d | 517 | |
39c4a6cf PM |
518 | =back |
519 | ||
520 | =head1 Obituary | |
ff433f2d | 521 | |
39c4a6cf PM |
522 | XXX If any significant core contributor has died, we've added a short obituary |
523 | here. | |
ff433f2d | 524 | |
39c4a6cf | 525 | =head1 Acknowledgements |
ff433f2d | 526 | |
39c4a6cf | 527 | XXX Generate this with: |
e831f11a | 528 | |
39c4a6cf | 529 | perl Porting/acknowledgements.pl v5.21.3..HEAD |
f5b73711 | 530 | |
44691e6f AB |
531 | =head1 Reporting Bugs |
532 | ||
e08634c5 SH |
533 | If you find what you think is a bug, you might check the articles recently |
534 | posted to the comp.lang.perl.misc newsgroup and the perl bug database at | |
238894db | 535 | https://rt.perl.org/ . There may also be information at |
7ef8b31d | 536 | http://www.perl.org/ , the Perl Home Page. |
44691e6f | 537 | |
e08634c5 SH |
538 | If you believe you have an unreported bug, please run the L<perlbug> program |
539 | included with your release. Be sure to trim your bug down to a tiny but | |
540 | sufficient test case. Your bug report, along with the output of C<perl -V>, | |
541 | will be sent off to perlbug@perl.org to be analysed by the Perl porting team. | |
44691e6f AB |
542 | |
543 | If the bug you are reporting has security implications, which make it | |
e08634c5 SH |
544 | inappropriate to send to a publicly archived mailing list, then please send it |
545 | to perl5-security-report@perl.org. This points to a closed subscription | |
546 | unarchived mailing list, which includes all the core committers, who will be | |
547 | able to help assess the impact of issues, figure out a resolution, and help | |
f9001595 | 548 | co-ordinate the release of patches to mitigate or fix the problem across all |
e08634c5 SH |
549 | platforms on which Perl is supported. Please only use this address for |
550 | security issues in the Perl core, not for modules independently distributed on | |
551 | CPAN. | |
44691e6f AB |
552 | |
553 | =head1 SEE ALSO | |
554 | ||
e08634c5 SH |
555 | The F<Changes> file for an explanation of how to view exhaustive details on |
556 | what changed. | |
44691e6f AB |
557 | |
558 | The F<INSTALL> file for how to build Perl. | |
559 | ||
560 | The F<README> file for general stuff. | |
561 | ||
562 | The F<Artistic> and F<Copying> files for copyright information. | |
563 | ||
564 | =cut |