summaryrefslogtreecommitdiff
path: root/Echolot/Tools.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-04-24 14:58:01 +0000
committerPeter Palfrader <peter@palfrader.org>2004-04-24 14:58:01 +0000
commitb262791a005380732f079d51f6cff9970df70ee2 (patch)
tree59109d40661f400b1ac07f27143d44fd3fb74039 /Echolot/Tools.pm
parent544856338d731e08a8ae00e694aa8cc2a45d141d (diff)
use English if we use INPUT_RECORD_SEPARATOR
Diffstat (limited to 'Echolot/Tools.pm')
-rw-r--r--Echolot/Tools.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Echolot/Tools.pm b/Echolot/Tools.pm
index 332f2e8..bc88219 100644
--- a/Echolot/Tools.pm
+++ b/Echolot/Tools.pm
@@ -21,6 +21,7 @@ use Digest::MD5 qw{};
use IO::Handle;
use GnuPG::Interface;
use Echolot::Log;
+use English;
sub hash($) {
my ($data) = @_;