diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-07 01:12:00 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-07 01:12:00 +0000 |
commit | 801be7e51100c03e43e7f25e8cafd8d571aaa8e5 (patch) | |
tree | 1640985ba4ce5fc64e9bba59ccc5362322687eb7 /Echolot/Thesaurus.pm | |
parent | e8c0399c6585b4674e61a89fd91ad4edd8a5f6b8 (diff) |
Check for resurrectionecholot-2.0beta1
Diffstat (limited to 'Echolot/Thesaurus.pm')
-rw-r--r-- | Echolot/Thesaurus.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Thesaurus.pm b/Echolot/Thesaurus.pm index 2e0d6cd..ba68a69 100644 --- a/Echolot/Thesaurus.pm +++ b/Echolot/Thesaurus.pm @@ -1,7 +1,7 @@ package Echolot::Thesaurus; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Thesaurus.pm,v 1.4 2002/07/07 00:42:46 weasel Exp $ +# $Id: Thesaurus.pm,v 1.5 2002/07/07 01:12:00 weasel Exp $ # =pod @@ -34,7 +34,7 @@ sub build_thesaurus() { closedir(DIR); - my $exire_date = time() - Echolot::Config::get()->{'expire_thesaurus'}; + my $expire_date = time() - Echolot::Config::get()->{'expire_thesaurus'}; my $data; for my $filename (@files) { |