perldelta for #27010
authorFather Chrysostomos <sprout@cpan.org>
Tue, 16 Jul 2013 06:52:44 +0000 (23:52 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 16 Jul 2013 07:26:02 +0000 (00:26 -0700)
pod/perldelta.pod

index ef8d64a..085603b 100644 (file)
@@ -626,8 +626,9 @@ vstring into a regular string.
 
 =item *
 
-C<pos> did not work properly on subroutine arguments aliased to nonexistent
-hash and array elements [perl #77814].
+C<pos>, C<tie>, C<tied> and C<untie> did not work
+properly on subroutine arguments aliased to nonexistent
+hash and array elements [perl #77814, #27010].
 
 =back