diff options
Diffstat (limited to 'ext/Encode/bin')
-rw-r--r-- | ext/Encode/bin/enc2xs | 2 | ||||
-rw-r--r-- | ext/Encode/bin/piconv | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/Encode/bin/enc2xs b/ext/Encode/bin/enc2xs index 7b4c5386fa..7100bab49c 100644 --- a/ext/Encode/bin/enc2xs +++ b/ext/Encode/bin/enc2xs @@ -8,7 +8,7 @@ BEGIN { use strict; use Getopt::Std; my @orig_ARGV = @ARGV; -our $VERSION = do { my @r = (q$Revision: 1.29 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; +our $VERSION = do { my @r = (q$Revision: 1.30 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; # These may get re-ordered. # RAW is a do_now as inserted by &enter diff --git a/ext/Encode/bin/piconv b/ext/Encode/bin/piconv index 6aae2a5b22..321828f148 100644 --- a/ext/Encode/bin/piconv +++ b/ext/Encode/bin/piconv @@ -1,5 +1,5 @@ #!./perl -# $Id: piconv,v 1.24 2002/04/22 02:45:50 dankogai Exp $ +# $Id: piconv,v 1.25 2002/06/01 18:07:49 dankogai Exp dankogai $ # use 5.8.0; use strict; |