
Algorithm::LSH::Hash - Base class for Algorithm::LSH::Hash::XXX

package MyHash;
use baes qw(Algorithm::LSH::Hash);
sub do_hashing {
# do something
}
1;


Takeshi Miki <miki@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
