diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-06-24 16:17:57 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-06-28 12:06:29 +0000 |
commit | 1188453a7e1f9a98988ea151175105490eae0960 (patch) | |
tree | 7cb4f7af7514f9ee72ff4fe6851898b426e564c6 /pod/perlfunc.pod | |
parent | cc07378bd850d5f9faaa12b44277d091729e30f0 (diff) | |
download | perl-1188453a7e1f9a98988ea151175105490eae0960.tar.gz |
[DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
Message-ID: <VsAG9gzkgWla092yn@efn.org>
p4raw-id: //depot/perl@17373
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index b4b8646d84..d8e7902d4f 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -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 |