
Text::Same::Util

Utility methods for Text::Same

See below. Methods private to this module are prefixed by an underscore.
Title : hash Usage : my $hash_value = hash($options, $text) Function: return an integer hash/checksum for the given text
Title : is_ignorable
Usage : if (is_ignorable($options, $text)) { ... }
Function: return true if and only if for the given options, the given text
should be ignored during comparisons

Kim Rutherford <kmr+same@xenu.org.uk>

Copyright 2005,2006 Kim Rutherford. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This module is provided "as is" without warranty of any kind. It may redistributed under the same conditions as Perl itself.