[DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
Yitzchak Scott-Thoennes [Mon, 24 Jun 2002 23:17:57 +0000 (16:17 -0700)]
Message-ID: <VsAG9gzkgWla092yn@efn.org>

p4raw-id: //depot/perl@17373

pod/perlfunc.pod

index b4b8646..d8e7902 100644 (file)
@@ -5863,6 +5863,7 @@ See L</pack> for more examples and notes.
 =item untie VARIABLE
 
 Breaks the binding between a variable and a package.  (See C<tie>.)
+Has no effect if the variable is not tied.
 
 =item unshift ARRAY,LIST