summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Text/Soundex.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Text/Soundex.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Text/Soundex.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Text/Soundex.pm b/Master/tlpkg/tlperl/lib/Text/Soundex.pm
index 598b8a8fe94..83a55af43ec 100644
--- a/Master/tlpkg/tlperl/lib/Text/Soundex.pm
+++ b/Master/tlpkg/tlperl/lib/Text/Soundex.pm
@@ -19,7 +19,9 @@ use XSLoader ();
use strict;
-our $VERSION = '3.03_01';
+use if $] > 5.016, 'deprecate';
+
+our $VERSION = '3.04';
our @EXPORT_OK = qw(soundex soundex_unicode soundex_nara soundex_nara_unicode
$soundex_nocode);
our @EXPORT = qw(soundex soundex_nara $soundex_nocode);