Update perldelta for #121512 (9fdd5a7ac7)
authorMatthew Horsfall (alh) <wolfsage@gmail.com>
Mon, 14 Apr 2014 17:22:04 +0000 (13:22 -0400)
committerMatthew Horsfall (alh) <wolfsage@gmail.com>
Mon, 14 Apr 2014 17:22:04 +0000 (13:22 -0400)
pod/perldelta.pod

index 3f1e246..f952192 100644 (file)
@@ -2,7 +2,6 @@
 
 b51c3e77db (craigb) - Reduce excessive stat calls in glob on VMS
 e141190569 (tonyc)  - [perl #121366] avoid using an invalid SvPVX() in Perl_sv_pvn_force_flags
-9fdd5a7ac7 (alh)    - RT-121512 - Allow -I/dir/ with trailing slash to find .pmc files.
 869747506f/00051dd553 (merijn) - gcc 4.9 by default does some optimizations that break perl / -fwrapv is broken prior to gcc-4.3 (#121505)
 fc6f6f37f8 (craigb) - Make perlbug encoding-agnostic in handling prepared reports.
 7e6b9e3a66 (craigb) - Attempt to satisfy CRLF expectations in perlbug on Windows.
@@ -443,6 +442,14 @@ an alternative fix is planned for v5.22
 A regression was introduced in v5.19.10 that under some circumstances
 caused C<//m> matches to falsely fail. Now fixed.
 
+=item *
+
+A regression was introduced in the fix for
+[L<perl #116192|https://rt.perl.org/Public/Bug/Display.html?id=116192>] that
+prevented C<perl -I /somedir/> (with a trailing slash) from finding .pmc files. This has
+been fixed.
+[L<perl #121512|https://rt.perl.org/Public/Bug/Display.html?id=121512>].
+
 =back
 
 =head1 Known Problems