<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -bu IO-All-0.46-XOGh8X/lib/IO/All.pm~ IO-All-0.46-XOGh8X/lib/IO/All.pm
--- IO-All-0.46-XOGh8X/lib/IO/All.pm~	2012-07-25 18:34:32.000000000 -0600
+++ IO-All-0.46-XOGh8X/lib/IO/All.pm	2013-07-21 08:32:05.971125231 -0600
@@ -610,8 +610,8 @@
         }
     }
     $self-&gt;error_check;
-    return (@lines) or
-           $self-&gt;_autoclose &amp;&amp; $self-&gt;close &amp;&amp; () or
+    return (@lines) ||
+           $self-&gt;_autoclose &amp;&amp; $self-&gt;close &amp;&amp; () ||
            ();
 }
 
</pre></body></html>