Wed Aug 08 18:19:53 2007nobody [...] mixmaster.it - Ticket created
Subject:
accept contents as a scalar ref
Date:
Thu, 9 Aug 2007 00:19:28 +0200 (CEST)
To:
bug-File-LibMagic [...] rt.cpan.org
From:
George Orwell <nobody [...] mixmaster.it>
since the contents of a file can be quite large, it would make
sense to allow passing a reference to the scalar holding the
contents, so the data would not have to be copied.
so i would hopefully be able to do:
$flm->checktype_contents(\$contents);
instead of
$flm->checktype_contents($contents);
Sat Sep 07 17:44:37 2013DROLSKY [...] cpan.org - Status changed from 'new' to 'resolved'
Sat Sep 07 17:44:37 2013DROLSKY [...] cpan.org - Fixed in 1.00 added