This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5110ab9
)
Bump Text-Soundex's version number since the .xs file is slightly ahead of cpan
author
Jesse Vincent
<jesse@bestpractical.com>
Wed, 30 Sep 2009 19:47:57 +0000
(
04:47
+0900)
committer
Jesse Vincent
<jesse@bestpractical.com>
Wed, 30 Sep 2009 19:47:57 +0000
(
04:47
+0900)
ext/Text-Soundex/Soundex.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Text-Soundex/Soundex.pm
b/ext/Text-Soundex/Soundex.pm
index
5d70220
..
598b8a8
100644
(file)
--- 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);