Upgrade to Test::Simple 0.53
[p5sagit/p5-mst-13.2.git] / t / lib / TieOut.pm
index e41b602..0a0f5f9 100644 (file)
@@ -16,6 +16,8 @@ sub PRINTF {
     $$self .= sprintf $fmt, @_;
 }
 
+sub FILENO {}
+
 sub read {
     my $self = shift;
     my $data = $$self;