From 280386377a484251874211b533a310c6482b93de Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 26 Jun 2012 23:09:37 -0700 Subject: [PATCH] =?utf8?q?perldiag:=20=E2=80=98Opening=20fh=20also=20as=20?= =?utf8?q?dir=E2=80=99=20is=20a=20default=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4