From 1188453a7e1f9a98988ea151175105490eae0960 Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Mon, 24 Jun 2002 16:17:57 -0700 Subject: [PATCH] [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings Message-ID: p4raw-id: //depot/perl@17373 --- pod/perlfunc.pod | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1