From: Yitzchak Scott-Thoennes Date: Mon, 24 Jun 2002 23:17:57 +0000 (-0700) Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1188453a7e1f9a98988ea151175105490eae0960;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings Message-ID: p4raw-id: //depot/perl@17373 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index b4b8646..d8e7902 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5863,6 +5863,7 @@ See L for more examples and notes. =item untie VARIABLE Breaks the binding between a variable and a package. (See C.) +Has no effect if the variable is not tied. =item unshift ARRAY,LIST