NAME
Data::FuzzyHash - Perl binding of libfuzzy (ssdeep)
SYNOPSIS
use strict;
use warnings;
use Data::FuzzyHash;
DESCRIPTION
METHODS
fuzzy_hash($str)
fuzzy_hash_file($filename)
fuzzy_compare($hash1, $hash2)
SEE ALSO
AUTHOR
Hideaki Ohno <hide.o.j55 {at} gmail.com>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.