From 1e1dfbf11045a92f76bc270fa12930bc875d2739 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 27 May 2012 11:22:51 -0700 Subject: [PATCH] perlfunc: two missing words This odd sentence was introduced in 8f1da26d. --- pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 7215e9e..44491d9 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4207,7 +4207,7 @@ zero, typically at scope exit: } B The previous example has a bug because the automatic -close that happens when the refcount on C does not +close that happens when the refcount on C reaches zero does not properly detect and report failures. I close the handle yourself and inspect the return value. -- 1.8.3.1