=encoding utf8
=for comment
-This has been completed up to 779bcb7d, except for:
+This has been completed up to 7c7df81, except for:
ad9e76a8629ed1ac483f0a7ed0e4da40ac5a1a00
d9a4b459f94297889956ac3adc42707365f274c2
to bind correctly to lexicals in the enclosing scope. It's not possible to
fix this problem within the constraints of its parameters and return value.
+=head2 Tie functions on scalars holding typeglobs
+
+Calling a tie function (C<tie>, C<tied>, C<untie>) with a scalar argument
+acts on a file handle if the scalar happens to hold a typeglob.
+
+This is a long-standing bug that will be removed in Perl 5.16, as
+there is currently no way to tie the scalar itself when it holds
+a typeglob, and no way to untie a scalar that has had a typeglob
+assigned to it.
+
+This bug was fixed in 5.13.7 but, because of the breakage it caused, the
+fix has been reverted. Now there is a deprecation warning whenever a tie
+function is used on a handle without an explicit C<*>.
+
=head1 Performance Enhancements
XXX Changes which enhance performance without changing behaviour go here. There