Skip Menu |

This queue is for tickets about the Video-Info CPAN distribution.

Report information
The Basics
Id: 3039
Status: resolved
Priority: 0/
Queue: Video-Info

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.993
Fixed in: (no value)



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).