From: Father Chrysostomos Date: Wed, 27 Jun 2012 06:09:37 +0000 (-0700) Subject: perldiag: ‘Opening fh also as dir’ is a default warning X-Git-Tag: upstream/5.20.0~6229^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=280386377a484251874211b533a310c6482b93de;p=platform%2Fupstream%2Fperl.git perldiag: ‘Opening fh also as dir’ is a default warning --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 9948659..c7e869e 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3367,7 +3367,7 @@ and is deprecated. =item Opening filehandle %s also as a directory -(W io, deprecated) You used opendir() to associate a dirhandle to +(D io, deprecated) You used opendir() to associate a dirhandle to a symbol (glob or scalar) that already holds a filehandle. Although legal, this idiom might render your code confusing and is deprecated.