]> git.imager.perl.org - imager.git/commitdiff
dump a bit more of the file broken on the strange win32 tester
authorTony Cook <tony@develop-help.com>
Tue, 5 Apr 2016 10:57:18 +0000 (20:57 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 5 Apr 2016 10:57:18 +0000 (20:57 +1000)
t/200-file/010-iolayer.t

index 440a0f35d6f40a8a0b1e8b16d0a59d33e34773f8..5a820fe270f77b8c49fa2cc5e4c434bff71b9196 100644 (file)
@@ -70,7 +70,7 @@ my $im3 = Imager::i_readpnm_wiol($IO6, -1)
 
 unless ($im3) {
   # getting a strange failure on some CPAN testers
-  print STDERR join(" ", map sprintf("%02x", ord), split //, substr($data2, 0, 30)), "\n";
+  print STDERR join(" ", map sprintf("%02x", ord), split //, substr($data2, 0, 40)), "\n";
 }
 
 SKIP: {