Subject: | Can't locate object method "binmode" via package "IO::File" |
Here's a test case which fails for me on windows XP:
$ pp -z 0 -o iof.exe -e "use IO::File; IO::File->new->binmode; die
'done'" -M IO::File
$ iof.exe
Can't locate object method "binmode" via package "IO::File" at
script/pp1wVV8.pl line 1.
It's actually occurring in HTTP::Server::Simple::Static 0.04
but the above seems to capture the problem.
Module::ScanDeps 0.51 and 0.63,
This is perl, v5.8.8 built for MSWin32-x86-multi-thread
from ActiveState
Brad