This file is indexed.

/usr/share/doc/perl-doc-html/perl5212delta.html is in perl-doc-html 5.22.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title>perl5212delta - perldoc.perl.org</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta http-equiv="Content-Language" content="en-gb">
  <link rel="search" type="application/opensearchdescription+xml" title="Search perldoc.perl.org" href="/static/search.xml"/>
  <link href="static/css-20100830.css" rel="stylesheet" rev="stylesheet" type="text/css" media="screen">
  <link href="static/exploreperl.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>

<body onLoad="perldoc.startup();" onPageShow="if (event.persisted) perldoc.startup();">
    <div id="page">
      
      <div id="header">
	<div id="homepage_link">
	  <a href="index.html"></a>
	</div>
	<div id="strapline">
	  Perl Programming Documentation
	</div>
	<div id="download_link" class="download">
	  <a href="http://www.perl.org/get.html">Download Perl</a>
	</div>
	<div id="explore_link" class="download">
	  <a id="explore_anchor" href="#">Explore</a>
	</div>
      </div>
      
      <div id="body">
        <div id="left_column">
          <div class="side_group">
            
	    <div class="side_panel doc_panel">
              <p>Manual</p>
              <ul>
                <li><a href="index-overview.html">Overview</a>
                <li><a href="index-tutorials.html">Tutorials</a>
                <li><a href="index-faq.html">FAQs</a>
                <li><a href="index-history.html">History / Changes</a>
                <li><a href="index-licence.html">License</a>
              </ul>
            </div>
            <div class="side_panel doc_panel">
              <p>Reference</p>
              <ul>
                <li><a href="index-language.html">Language</a>
                <li><a href="index-functions.html">Functions</a>
                <li><a href="perlop.html">Operators</a>
                <li><a href="perlvar.html">Special Variables</a>
                <li><a href="index-pragmas.html">Pragmas</a>
                <li><a href="index-utilities.html">Utilities</a>
                <li><a href="index-internals.html">Internals</a>
                <li><a href="index-platforms.html">Platform Specific</a>
              </ul>
            </div>
            <div class="side_panel doc_panel">
              <p>Modules</p>
              <ul>
		<li>
		
                
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		
                  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		
                  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		    
		  
		
                  
		
                  
		
                  
		    
		  
		
                  
		
                  
		
		
                    <a href="index-modules-A.html">A</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-B.html">B</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-C.html">C</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-D.html">D</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-E.html">E</a>
                    
                      
                        <li>
                      
                    
                
                    <a href="index-modules-F.html">F</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-G.html">G</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-H.html">H</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-I.html">I</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-L.html">L</a>
                    
                      
                        <li>
                      
                    
                
                    <a href="index-modules-M.html">M</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-N.html">N</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-O.html">O</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-P.html">P</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-S.html">S</a>
                    
                      
                        <li>
                      
                    
                
                    <a href="index-modules-T.html">T</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-U.html">U</a>
                    
                      
                        &bull;
                      
                    
                
                    <a href="index-modules-X.html">X</a>
                    
                
              </ul>
            </div>
            
	      <div class="side_panel doc_panel">
		<p>Tools</p>
		<ul>
		  <li><a href="preferences.html">Preferences</a>
		</ul>
	      </div>
            
          </div>
        </div>
        <div id="centre_column">
          <div id="content_header">
            <div id="title_bar">
              <div id="page_name">
                <h1>perl5212delta</h1>
              </div>
              <div id="perl_version">
                Perl 5 version 22.0 documentation
              </div>
              <div class="page_links" id="page_links_top">
                <a href="#" onClick="toolbar.goToTop();return false;">Go to top</a>
		
              </div>
	      <div class="page_links" id="page_links_bottom">
		
                  <a href="#" id="page_index_toggle">Show page index</a> &bull;
		
                <a href="#" id="recent_pages_toggle">Show recent pages</a>		
	      </div>
	      <div id="search_form">
		<form action="search.html" method="GET" id="search">
		  <input type="text" name="q" id="search_box" alt="Search">
		</form>
	      </div>
            </div>
            <div id="breadcrumbs">
                
    <a href="index.html">Home</a> &gt;
    
      
        <a href="index-history.html">History / Changes</a> &gt;
      
    
    perl5212delta
  

            </div>
          </div>
          <div id="content_body">
	    <!--[if lt IE 7]>
 <div class="noscript">
   <p>
     <strong>It looks like you're using Internet Explorer 6. This is a very old
     browser which does not offer full support for modern websites.</strong>
   </p>
   <p>
     Unfortunately this means that this website will not work on
     your computer.
   </p>
   <p>
     Don't miss out though! To view the site (and get a better experience from
     many other websites), simply upgrade to
     <a href="http://www.microsoft.com/windows/Internet-explorer/default.aspx">Internet
Explorer 8</a>
     or download an alternative browser such as
     <a href="http://www.mozilla.com/en-US/firefox/firefox.html">Firefox</a>,
     <a href="http://www.apple.com/safari/download/">Safari</a>, or
     <a href="http://www.google.co.uk/chrome">Google Chrome</a>.
   </p>
   <p>
     All of these browsers are free. If you're using a PC at work, you may
     need to contact your IT administrator.
   </p>
 </div>
<![endif]-->
	    <noscript>
	      <div class="noscript">
	      <p>
                <strong>Please note: Many features of this site require JavaScript. You appear to have JavaScript disabled,
	        or are running a non-JavaScript capable web browser.</strong>
	      </p>
	      <p>
		To get the best experience, please enable JavaScript or download a modern web browser such as <a href="http://www.microsoft.com/windows/Internet-explorer/default.aspx">Internet Explorer 8</a>, <a href="http://www.mozilla.com/en-US/firefox/firefox.html">Firefox</a>, <a href="http://www.apple.com/safari/download/">Safari</a>, or <a href="http://www.google.co.uk/chrome">Google Chrome</a>.
              </p>
	      </div>
	    </noscript>

	    <div id="recent_pages" class="hud_container">
	      <div id="recent_pages_header" class="hud_header">
		<div id="recent_pages_close" class="hud_close"><a href="#" onClick="recentPages.hide();return false;"></a></div>
		<div id="recent_pages_title" class="hud_title"><span class="hud_span_top">Recently read</span></div>
		<div id="recent_pages_topright" class="hud_topright"></div>
	      </div>
	      <div id="recent_pages_content" class="hud_content">
	      </div>
	      <div id="recent_pages_footer" class="hud_footer">
		<div id="recent_pages_bottomleft" class="hud_bottomleft"></div>
		<div id="recent_pages_bottom" class="hud_bottom"><span class="hud_span_bottom"></span></div>
		<div id="recent_pages_resize" class="hud_resize"></div>
	      </div>
	    </div>
  
	    <div id="from_search"></div>
            <h1>perl5212delta</h1>


  <!--    -->
<ul><li><a href="#NAME">NAME</a><li><a href="#DESCRIPTION">DESCRIPTION</a><li><a href="#Core-Enhancements">Core Enhancements</a><ul><li><a href="#Better-heuristics-on-older-platforms-for-determining-locale-UTF8ness">Better heuristics on older platforms for determining locale UTF8ness</a></ul><li><a href="#Security">Security</a><ul><li><a href="#Perl-is-now-always-compiled-with--D_FORTIFY_SOURCE%3d2-if-available">Perl is now always compiled with -D_FORTIFY_SOURCE=2 if available</a></ul><li><a href="#Deprecations">Deprecations</a><ul><li><a href="#%2f%5cC%2f-character-class">/\C/ character class</a></ul><li><a href="#Performance-Enhancements">Performance Enhancements</a><li><a href="#Modules-and-Pragmata">Modules and Pragmata</a><ul><li><a href="#Updated-Modules-and-Pragmata">Updated Modules and Pragmata</a></ul><li><a href="#Documentation">Documentation</a><ul><li><a href="#Changes-to-Existing-Documentation">Changes to Existing Documentation</a></ul><li><a href="#Diagnostics">Diagnostics</a><ul><li><a href="#New-Diagnostics">New Diagnostics</a></ul><li><a href="#Configuration-and-Compilation">Configuration and Compilation</a><li><a href="#Testing">Testing</a><li><a href="#Platform-Support">Platform Support</a><ul><li><a href="#Platform-Specific-Notes">Platform-Specific Notes</a></ul><li><a href="#Internal-Changes">Internal Changes</a><li><a href="#Selected-Bug-Fixes">Selected Bug Fixes</a><li><a href="#Acknowledgements">Acknowledgements</a><li><a href="#Reporting-Bugs">Reporting Bugs</a><li><a href="#SEE-ALSO">SEE ALSO</a></ul><a name="NAME"></a><h1>NAME</h1>
<p>perl5212delta - what is new for perl v5.21.2</p>
<a name="DESCRIPTION"></a><h1>DESCRIPTION</h1>
<p>This document describes differences between the 5.21.1 release and the 5.21.2
release.</p>
<p>If you are upgrading from an earlier release such as 5.21.0, first read
<a href="perl5211delta.html">perl5211delta</a>, which describes differences between 5.21.0 and 5.21.1.</p>
<a name="Core-Enhancements"></a><h1>Core Enhancements</h1>
<a name="Better-heuristics-on-older-platforms-for-determining-locale-UTF8ness"></a><h2>Better heuristics on older platforms for determining locale UTF8ness</h2>
<p>On platforms that implement neither the C99 standard nor the POSIX 2001
standard, determining if the current locale is UTF8 or not depends on
heuristics.  These are improved in this release.</p>
<a name="Security"></a><h1>Security</h1>
<a name="Perl-is-now-always-compiled-with--D_FORTIFY_SOURCE%3d2-if-available"></a><h2>Perl is now always compiled with -D_FORTIFY_SOURCE=2 if available</h2>
<p>The 'code hardening' option called <code class="inline"><span class="w">_FORTIFY_SOURCE</span></code>
, available in
gcc 4.*, is now always used for compiling Perl, if available.</p>
<p>Note that this isn't necessarily a huge step since in many platforms
the step had already been taken several years ago: many Linux
distributions (like Fedora) have been using this option for Perl,
and OS X has enforced the same for many years.</p>
<a name="Deprecations"></a><h1>Deprecations</h1>
<a name="%2f%5cC%2f-character-class"></a><h2><code class="inline"><span class="q">/\C/</span></code>
 character class</h2>
<p>This character class, which matches a single byte, even if it appears
in a multi-byte character has been deprecated. Matching single bytes
in a multi-byte character breaks encapsulation, and can corrupt utf8
strings.</p>
<a name="Performance-Enhancements"></a><h1>Performance Enhancements</h1>
<ul>
<li>
<p>Refactoring of <code class="inline"><span class="w">pp_tied</span></code>
 and C<code class="inline"><span class="w">pp_ref</span></code>
 for small improvements.</p>
</li>
<li>
<p>Pathtools don't try to load XS on miniperl.</p>
</li>
<li>
<p>A typo fix reduces the size of the <code class="inline"><span class="w">OP</span></code>
 structure.</p>
</li>
<li>
<p>Hash lookups where the key is a constant is faster.</p>
</li>
</ul>
<a name="Modules-and-Pragmata"></a><h1>Modules and Pragmata</h1>
<a name="Updated-Modules-and-Pragmata"></a><h2>Updated Modules and Pragmata</h2>
<ul>
<li>
<p><a href="arybase.html">arybase</a> has been upgraded from version 0.07 to 0.08.</p>
</li>
<li>
<p><a href="B.html">B</a> has been upgraded from version 1.49 to 1.50.</p>
</li>
<li>
<p><a href="Devel/Peek.html">Devel::Peek</a> has been upgraded from version 1.17 to 1.18.</p>
</li>
<li>
<p><a href="experimental.html">experimental</a> has been upgraded from version 0.007 to 0.008.</p>
</li>
<li>
<p><a href="ExtUtils/Manifest.html">ExtUtils::Manifest</a> has been upgraded from version 1.63 to 1.64.</p>
</li>
<li>
<p><a href="File/Copy.html">File::Copy</a> has been upgraded from version 2.29 to 2.30.</p>
</li>
<li>
<p>The PathTools module collection (<a href="File/Spec.html">File::Spec</a> and friends) has been
upgraded from version 3.48 to 3.49.</p>
</li>
<li>
<p><a href="Filter/Simple.html">Filter::Simple</a> has been upgraded from version 0.91 to 0.92.</p>
</li>
<li>
<p><a href="Hash/Util.html">Hash::Util</a> has been upgraded from version 0.17 to 0.18.</p>
</li>
<li>
<p><a href="IO.html">IO</a> has been upgraded from version 1.32 to 1.33.</p>
</li>
<li>
<p><a href="IO/Socket/IP.html">IO::Socket::IP</a> has been upgraded from version 0.29 to 0.31.</p>
<p>A better fix for subclassing <code class="inline"><a class="l_k" href="functions/connect.html">connect()</a></code>.
<a href="http://search.cpan.org/perldoc/https:#%2frt.cpan.org%2fTicket%2fDisplay.html%3fid%3d95983">[cpan #95983]</a>
<a href="http://search.cpan.org/perldoc/https:#%2frt.cpan.org%2fTicket%2fDisplay.html%3fid%3d97050">[cpan #97050]</a></p>
</li>
<li>
<p><a href="IPC/Open3.html">IPC::Open3</a> has been upgraded from version 1.16 to 1.17.</p>
</li>
<li>
<p><a href="Math/BigInt.html">Math::BigInt</a> has been upgraded from version 1.9995 to 1.9996.</p>
<p>Correct handling of subclasses.
<a href="http://search.cpan.org/perldoc/https:#%2frt.cpan.org%2fTicket%2fDisplay.html%3fid%3d96254">[cpan #96254]</a>
<a href="http://search.cpan.org/perldoc/https:#%2frt.cpan.org%2fTicket%2fDisplay.html%3fid%3d96329">[cpan #96329]</a></p>
</li>
<li>
<p><a href="Module/CoreList.html">Module::CoreList</a> has been upgraded from version 5.021001_01 to 5.021002.</p>
</li>
<li>
<p><a href="Pod/Usage.html">Pod::Usage</a> has been upgraded from version 1.63 to 1.64.</p>
</li>
<li>
<p><a href="POSIX.html">POSIX</a> has been upgraded from version 1.40 to 1.41.</p>
</li>
<li>
<p><a href="threads.html">threads</a> has been upgraded from version 1.94 to 1.95.</p>
</li>
<li>
<p><a href="warnings.html">warnings</a> has been upgraded from version 1.24 to 1.26.</p>
</li>
</ul>
<a name="Documentation"></a><h1>Documentation</h1>
<a name="Changes-to-Existing-Documentation"></a><h2>Changes to Existing Documentation</h2>
<a name="the-perlpolicy-manpage"></a><h3><a href="perlpolicy.html">perlpolicy</a></h3>
<ul>
<li>
<p>We now have a code of conduct for the <i>p5p</i> mailing list, as documented
in <a href="perlpolicy.html#STANDARDS-OF-CONDUCT">STANDARDS OF CONDUCT in perlpolicy</a>.</p>
</li>
</ul>
<a name="the-perlfunc-manpage"></a><h3><a href="perlfunc.html">perlfunc</a></h3>
<ul>
<li>
<p>Improve documentation of <code class="inline"><a class="l_k" href="functions/our.html">our</a></code>.</p>
</li>
</ul>
<a name="the-perlsyn-manpage"></a><h3><a href="perlsyn.html">perlsyn</a></h3>
<ul>
<li>
<p>The empty conditional in <code class="inline">for</code>
 and <code class="inline">while</code>
 is now documented
in <a href="perlsyn.html">perlsyn</a>.</p>
</li>
</ul>
<a name="Diagnostics"></a><h1>Diagnostics</h1>
<a name="New-Diagnostics"></a><h2>New Diagnostics</h2>
<a name="New-Warnings"></a><h3>New Warnings</h3>
<ul>
<li>
<p><a href="perldiag.html#Argument-%22%25s%22-treated-as-0-in-increment-(%2b%2b)">Argument %s treated as 0 in increment (++)</a></p>
<p>(W numeric) The indicated string was fed as an argument to the <code class="inline">++</code>
 operator
which expects either a number or a string matching <code class="inline"><span class="q">/^[a-zA-Z]*[0-9]*\z/</span></code>
.
See <a href="perlop.html#Auto-increment-and-Auto-decrement">Auto-increment and Auto-decrement in perlop</a> for details.</p>
</li>
<li>
<p><a href="perldiag.html#Redundant-argument-in-%25s">Redundant argument in %s</a></p>
<p>(W redundant) You called a function with more arguments than other
arguments you supplied indicated would be needed. Currently only
emitted when a printf-type format required fewer arguments than were
supplied, but might be used in the future for e.g. <a href="functions/pack.html">pack</a>.</p>
<p>The warnings category <code class="inline"><span class="w">redundant</span></code>
 is new. See also [RT #121025]</p>
</li>
</ul>
<a name="Configuration-and-Compilation"></a><h1>Configuration and Compilation</h1>
<ul>
<li>
<p>A new compilation flag, <code class="inline">-<span class="w">DPERL_OP_PARENT</span></code>
 is available. For details,
see the discussion below at <a href="#Internal-Changes">Internal Changes</a>.</p>
</li>
</ul>
<a name="Testing"></a><h1>Testing</h1>
<ul>
<li>
<p><code class="inline"><span class="w">test</span>.<span class="w">pl</span></code>
 now allows <code class="inline"><span class="w">plan</span> <span class="w">skip_all</span> <span class="cm">=&gt;</span> <span class="i">$reason</span></code>
, to make it
more compatible with <code class="inline"><span class="w">Test::More</span></code>
.</p>
</li>
</ul>
<a name="Platform-Support"></a><h1>Platform Support</h1>
<a name="Platform-Specific-Notes"></a><h2>Platform-Specific Notes</h2>
<ul>
<li><a name="Solaris"></a><b>Solaris</b>
<p>Builds on Solaris 10 with <code class="inline">-<span class="w">Dusedtrace</span></code>
 would fail early since make
didn't follow implied dependencies to build <code class="inline"><span class="w">perldtrace</span>.<span class="w">h</span></code>
.  Added an
explicit dependency to <code class="inline"><span class="w">depend</span></code>
.
<a href="http://search.cpan.org/perldoc/https:#%2frt.perl.org%2fTicket%2fDisplay.html%3fid%3d120120">[perl #120120]</a></p>
</li>
</ul>
<a name="Internal-Changes"></a><h1>Internal Changes</h1>
<ul>
<li>
<p>The following private API functions had their context parameter removed,
<code class="inline"><span class="w">Perl_cast_ulong</span></code>
,  <code class="inline"><span class="w">Perl_cast_i32</span></code>
, <code class="inline"><span class="w">Perl_cast_iv</span></code>
,    <code class="inline"><span class="w">Perl_cast_uv</span></code>
,
<code class="inline"><span class="w">Perl_cv_const_sv</span></code>
, <code class="inline"><span class="w">Perl_mg_find</span></code>
,  <code class="inline"><span class="w">Perl_mg_findext</span></code>
, <code class="inline"><span class="w">Perl_mg_magical</span></code>
,
<code class="inline"><span class="w">Perl_mini_mktime</span></code>
, <code class="inline"><span class="w">Perl_my_dirfd</span></code>
, <code class="inline"><span class="w">Perl_sv_backoff</span></code>
, <code class="inline"><span class="w">Perl_utf8_hop</span></code>
.</p>
<p>Users of the public API prefix-less calls remain unaffected.</p>
</li>
<li>
<p>Experimental support for ops in the optree to be able to locate their
parent, if any. A general-purpose function, <code class="inline"><span class="i">op_sibling_splice</span><span class="s">(</span><span class="s">)</span></code>

allows for general manipulating an <code class="inline"><span class="w">op_sibling</span></code>
 chain. The last op
in such a chain is now marked with the field <code class="inline"><span class="w">op_lastsib</span></code>
.</p>
<p>A new build define, <code class="inline">-<span class="w">DPERL_OP_PARENT</span></code>
 has been added; if
given, it forces the core to use <code class="inline"><span class="w">op_lastsib</span></code>
 to detect the
last sibling in a chain, freeing the last <code class="inline"><span class="w">op_sibling</span></code>
 pointer,
which then points back to the parent (instead of being <code class="inline"><span class="w">NULL</span></code>
).</p>
<p>A C-level <code class="inline"><span class="i">op_parent</span><span class="s">(</span><span class="s">)</span></code>
 function, and a <code class="inline"><span class="w">B</span></code>
 <code class="inline"><span class="i">parent</span><span class="s">(</span><span class="s">)</span></code>
 method
have been added; under a default build, they return <code class="inline"><span class="w">NULL</span></code>
, but when
<code class="inline">-<span class="w">DPERL_OP_PARENT</span></code>
 has been set, they return the parent of the current op.</p>
</li>
</ul>
<a name="Selected-Bug-Fixes"></a><h1>Selected Bug Fixes</h1>
<ul>
<li>
<p><code class="inline"><a class="l_k" href="functions/s.html">s///e</a></code> on tainted utf8 strings got <code class="inline"><a class="l_k" href="functions/pos.html">pos()</a></code> messed up. This bug,
introduced in 5.20, is now fixed. [RT #122148]</p>
</li>
<li>
<p>A non-word boundary in a regular expression (<code class="inline">\<span class="w">B</span></code>
) did not always
match the end of the string; in particular <code class="inline"><span class="q">q{}</span> =~ <span class="q">/\B/</span></code>
 did not
match. This bug, introduced in perl 5.14, is now fixed. [RT #122090]</p>
</li>
<li>
<p><code class="inline"><span class="q">&quot; P&quot;</span> =~ <span class="q">/(?=.*P)P/</span></code>
 should match, but did not. This is now fixed.
[RT #122171].</p>
</li>
</ul>
<a name="Acknowledgements"></a><h1>Acknowledgements</h1>
<p>Perl 5.21.2 represents approximately 4 weeks of development since Perl 5.21.1
and contains approximately 11,000 lines of changes across 220 files from 27
authors.</p>
<p>Excluding auto-generated files, documentation and release tools, there were
approximately 5,700 lines of changes to 140 .pm, .t, .c and .h files.</p>
<p>Perl continues to flourish into its third decade thanks to a vibrant community
of users and developers. The following people are known to have contributed the
improvements that became Perl 5.21.2:</p>
<p>Aaron Crane, Abhijit Menon-Sen, Abigail, Alexandr Ciornii, brian d foy, Brian
Fraser, Chris 'BinGOs' Williams, Craig A. Berry, Daniel Dragan, David Golden,
David Mitchell, Dmitri Tikhonov, George Greer, H.Merijn Brand, James E Keenan,
Jarkko Hietaniemi, Karen Etheridge, Karl Williamson, Matthew Horsfall, Peter
John Acklam, Peter Martini, Reini Urban, Ricardo Signes, Steve Hay, Tony Cook,
Yves Orton, &#xc6;var Arnfj&#xf6;r&#xf0; Bjarmason.</p>
<p>The list above is almost certainly incomplete as it is automatically generated
from version control history. In particular, it does not include the names of
the (very much appreciated) contributors who reported issues to the Perl bug
tracker.</p>
<p>Many of the changes included in this version originated in the CPAN modules
included in Perl's core. We're grateful to the entire CPAN community for
helping Perl to flourish.</p>
<p>For a more complete list of all of Perl's historical contributors, please see
the <i>AUTHORS</i> file in the Perl source distribution.</p>
<a name="Reporting-Bugs"></a><h1>Reporting Bugs</h1>
<p>If you find what you think is a bug, you might check the articles recently
posted to the comp.lang.perl.misc newsgroup and the perl bug database at
https://rt.perl.org/ .  There may also be information at
<a href="http://www.perl.org/">http://www.perl.org/</a> , the Perl Home Page.</p>
<p>If you believe you have an unreported bug, please run the <a href="perlbug.html">perlbug</a> program
included with your release.  Be sure to trim your bug down to a tiny but
sufficient test case.  Your bug report, along with the output of <code class="inline"><span class="w">perl</span> -<span class="w">V</span></code>
,
will be sent off to perlbug@perl.org to be analysed by the Perl porting team.</p>
<p>If the bug you are reporting has security implications, which make it
inappropriate to send to a publicly archived mailing list, then please send it
to perl5-security-report@perl.org.  This points to a closed subscription
unarchived mailing list, which includes all the core committers, who will be
able to help assess the impact of issues, figure out a resolution, and help
co-ordinate the release of patches to mitigate or fix the problem across all
platforms on which Perl is supported.  Please only use this address for
security issues in the Perl core, not for modules independently distributed on
CPAN.</p>
<a name="SEE-ALSO"></a><h1>SEE ALSO</h1>
<p>The <i>Changes</i> file for an explanation of how to view exhaustive details on
what changed.</p>
<p>The <i>INSTALL</i> file for how to build Perl.</p>
<p>The <i>README</i> file for general stuff.</p>
<p>The <i>Artistic</i> and <i>Copying</i> files for copyright information.</p>




  <div id="page_index" class="hud_container">
    <div id="page_index_header" class="hud_header">
      <div id="page_index_close" class="hud_close"><a href="#" onClick="pageIndex.hide();return false;"></a></div>
      <div id="page_index_title" class="hud_title"><span class="hud_span_top">Page index</span></div>
      <div id="page_index_topright" class="hud_topright"></div>
    </div>
    <div id="page_index_content" class="hud_content">
      <ul><li><a href="#NAME">NAME</a><li><a href="#DESCRIPTION">DESCRIPTION</a><li><a href="#Core-Enhancements">Core Enhancements</a><ul><li><a href="#Better-heuristics-on-older-platforms-for-determining-locale-UTF8ness">Better heuristics on older platforms for determining locale UTF8ness</a></ul><li><a href="#Security">Security</a><ul><li><a href="#Perl-is-now-always-compiled-with--D_FORTIFY_SOURCE%3d2-if-available">Perl is now always compiled with -D_FORTIFY_SOURCE=2 if available</a></ul><li><a href="#Deprecations">Deprecations</a><ul><li><a href="#%2f%5cC%2f-character-class">/\C/ character class</a></ul><li><a href="#Performance-Enhancements">Performance Enhancements</a><li><a href="#Modules-and-Pragmata">Modules and Pragmata</a><ul><li><a href="#Updated-Modules-and-Pragmata">Updated Modules and Pragmata</a></ul><li><a href="#Documentation">Documentation</a><ul><li><a href="#Changes-to-Existing-Documentation">Changes to Existing Documentation</a></ul><li><a href="#Diagnostics">Diagnostics</a><ul><li><a href="#New-Diagnostics">New Diagnostics</a></ul><li><a href="#Configuration-and-Compilation">Configuration and Compilation</a><li><a href="#Testing">Testing</a><li><a href="#Platform-Support">Platform Support</a><ul><li><a href="#Platform-Specific-Notes">Platform-Specific Notes</a></ul><li><a href="#Internal-Changes">Internal Changes</a><li><a href="#Selected-Bug-Fixes">Selected Bug Fixes</a><li><a href="#Acknowledgements">Acknowledgements</a><li><a href="#Reporting-Bugs">Reporting Bugs</a><li><a href="#SEE-ALSO">SEE ALSO</a></ul>
    </div>
    <div id="page_index_footer" class="hud_footer">
      <div id="page_index_bottomleft" class="hud_bottomleft"></div>
      <div id="page_index_bottom" class="hud_bottom"><span class="hud_span_bottom"></span></div>
      <div id="page_index_resize" class="hud_resize"></div>
    </div>
  </div>


	    &nbsp;
          </div>
          <div id="content_footer">
          </div>
        </div>
        <div class="clear"></div>
      </div>
      
    <div id="footer">
      <div id="footer_content">
        <div id="footer_strapline">
          perldoc.perl.org - Official documentation for the Perl programming language
        </div>
        <div id="footer_links">
          <div id="address">
            <p class="name">Contact details</p>
            <p class="address">
	      Site maintained by <a href="mailto:jj@jonallen.info">Jon Allen (JJ)</a><br>
	    </p>
            <p class="contact">
              Documentation maintained by the <a href="http://lists.cpan.org/showlist.cgi?name=perl5-porters">Perl 5 Porters</a>
            </p>
          </div>
          <ul class="f1">
            <li>Manual
              <ul class="f2">
                <li><a href="index-overview.html">Overview</a>
                <li><a href="index-tutorials.html">Tutorials</a>
                <li><a href="index-faq.html">FAQs</a>
                <li><a href="index-history.html">Changes</a>
              </ul>
            <li>Reference
              <ul class="f2">
                <li><a href="index-language.html">Language</a>
                <li><a href="index-functions.html">Functions</a>
                <li><a href="perlop.html">Operators</a>
                <li><a href="perlvar.html">Variables</a>
              </ul>
            <li>Modules
              <ul class="f2">
                <li><a href="index-modules-A.html">Modules</a>
                <li><a href="index-pragmas.html">Pragmas</a>
                <li><a href="index-utilities.html">Utilities</a>
              </ul>
            <li>Misc
              <ul class="f2">
                <li><a href="index-licence.html">License</a>
                <li><a href="index-internals.html">Internals</a>
                <li><a href="index-platforms.html">Platforms</a>
              </ul>          </ul>
          <div class="clear"></div>
        </div>
      </div>
      <div id="footer_end">
      </div>
    </div>
      
    </div>
      <script language="JavaScript" type="text/javascript" src="static/exploreperl.js"></script>
      <script language="JavaScript" src="static/combined-20100403.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
  perldoc.setPath(0);
  perldoc.pageName    = 'perl5212delta';
  perldoc.pageAddress = 'perl5212delta.html';
  perldoc.contentPage = 1;
  explorePerl.render();
  explorePerl.addEvents('explore_anchor');
</script>
    
  </body>
</html>