Upgrade to Test::Harness 2.46
[p5sagit/p5-mst-13.2.git] / lib / Test / Harness / Iterator.pm
index adb0727..00caf9e 100644 (file)
@@ -55,6 +55,8 @@ sub new {
 package Test::Harness::Iterator::FH;
 sub next {
     my $fh = $_[0]->{fh};
+
+    # readline() doesn't work so good on 5.5.4.
     return scalar <$fh>;
 }