This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for #117355/aca7040
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 13:07:33 +0000 (06:07 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 13:07:33 +0000 (06:07 -0700)
pod/perldelta.pod

index 115272c..a7bd3d6 100644 (file)
@@ -598,6 +598,11 @@ expressions, typeglob copies, and vstrings.  Also, when encountering those
 or read-only values, it no longer skips any array or hash with the same
 name.
 
+=item *
+
+C<ucfirst> and C<lcfirst> were not respecting the bytes pragma.  This was a
+regression from v5.12 [perl #117355].
+
 =back
 
 =head1 Known Problems