Subject: | Video::Info's sub handle needs to binmode the handle |
In Video::Info's sub handle, after you
$fh->open($file);
you need to
binmode($fh);
This makes it work on Win32 ...
Also, you might wanna make Video::Info::Quicktime
optionally use Video::Info::Quicktime_PL
if Video::OpenQuicktime is not installed
(then again, maybe not).