From: Jesse Vincent Date: Wed, 30 Sep 2009 19:47:57 +0000 (+0900) Subject: Bump Text-Soundex's version number since the .xs file is slightly ahead of cpan X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c8566a69676cf0bf9424bbab454b3e8b4127f10;p=p5sagit%2Fp5-mst-13.2.git Bump Text-Soundex's version number since the .xs file is slightly ahead of cpan --- diff --git a/ext/Text-Soundex/Soundex.pm b/ext/Text-Soundex/Soundex.pm index 5d70220..598b8a8 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);