File-Fingerprint-Huge
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
34567891011121314151617181920212223# the contents of the Makefile that is written.
WriteMakefile(
'NAME'
=>
'File::Fingerprint::Huge'
,
'VERSION_FROM'
=>
'lib/File/Fingerprint/Huge.pm'
,
# finds $VERSION
'dist'
=> {
COMPRESS
=>
"gzip"
,
SUFFIX
=>
"gz"
},
'PREREQ_PM'
=> {
'Digest::CRC'
=>
'0.16'
,
'Digest::MD5'
=>
'2.39'
,
'Math::Random::MT'
=>
'1.10'
},
($] ge
'5.005'
)
? (
'AUTHOR'
=>
'Colin Faber <cfaber@gmail.com>'
,
'ABSTRACT'
=>
'Very large file high speed finger printing and checksuming'
,
)
: (),
);
sub
MY::test {
( run in 0.457 second using v1.01-cache-2.11-cpan-a5abf4f5562 )