Subject: | warnings if contents contain '?' |
I'm getting lots of "Use of uninitialzed value" warnings if the contents of the file contains a '?'.
See attached file as a demonstration. I'm happy to prodvide more information.
Tested on 1.19 and 1.21
--simonflk
#!/usr/local/bin/perl -wl
use strict;
use File::MMagic 1.21;
my $magic = new File::MMagic();
select STDERR;
print $magic->checktype_contents('?');