The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Same::Util

DESCRIPTION

Utility methods for Text::Same

METHODS

See below. Methods private to this module are prefixed by an underscore.

hash

 Title   : hash
 Usage   : my $hash_value = hash($options, $text)
 Function: return an integer hash/checksum for the given text

is_ignorable

 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 

AUTHOR

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

COPYRIGHT & LICENSE

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.

DISCLAIMER

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