summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-01 04:47:57 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-01 04:47:57 +0900
commit9c8566a69676cf0bf9424bbab454b3e8b4127f10 (patch)
tree0f5e065e0cab7cdc643fc7e1967dcf43b2b4116c /ext
parent5110ab9d3c66413e1406d9e2767d9768eeda165a (diff)
downloadperl-9c8566a69676cf0bf9424bbab454b3e8b4127f10.tar.gz
Bump Text-Soundex's version number since the .xs file is slightly ahead of cpan
Diffstat (limited to 'ext')
-rw-r--r--ext/Text-Soundex/Soundex.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Text-Soundex/Soundex.pm b/ext/Text-Soundex/Soundex.pm
index 5d70220016..598b8a8fe9 100644
--- a/ext/Text-Soundex/Soundex.pm
+++ b/ext/Text-Soundex/Soundex.pm
@@ -19,7 +19,7 @@ use XSLoader ();
use strict;
-our $VERSION = '3.03';
+our $VERSION = '3.03_01';
our @EXPORT_OK = qw(soundex soundex_unicode soundex_nara soundex_nara_unicode
$soundex_nocode);
our @EXPORT = qw(soundex soundex_nara $soundex_nocode);