Skip to content

Commit

Permalink
VERSION 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Nov 10, 2023
1 parent cef043c commit 150d123
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Revision history for Perl extension Encode.
#
# $Id: Changes,v 3.19 2022/08/04 04:43:23 dankogai Exp dankogai $
# $Id: Changes,v 3.20 2023/11/10 01:10:50 dankogai Exp dankogai $
#
$Revision: 3.19 $ $Date: 2022/08/04 04:43:23 $
$Revision: 3.20 $ $Date: 2023/11/10 01:10:50 $
! t/Aliases.t t/CJKT.t t/Encode.t t/Encoder.t t/Unicode.t t/at-cn.t
t/at-tw.t t/enc_data.t t/enc_eucjp.t t/enc_module.t t/enc_utf8.t
t/encoding.t t/fallback.t t/grow.t t/gsm0338.t t/guess.t t/jperl.t
Expand Down
4 changes: 2 additions & 2 deletions Encode.pm
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# $Id: Encode.pm,v 3.19 2022/08/04 04:42:30 dankogai Exp $
# $Id: Encode.pm,v 3.20 2023/11/10 01:09:56 dankogai Exp $
#
package Encode;
use strict;
use warnings;
use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
our $VERSION;
BEGIN {
$VERSION = sprintf "%d.%02d", q$Revision: 3.19 $ =~ /(\d+)/g;
$VERSION = sprintf "%d.%02d", q$Revision: 3.20 $ =~ /(\d+)/g;
require XSLoader;
XSLoader::load( __PACKAGE__, $VERSION );
}
Expand Down
2 changes: 1 addition & 1 deletion bin/enc2xs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use warnings;
use Getopt::Std;
use Config;
my @orig_ARGV = @ARGV;
our $VERSION = do { my @r = (q$Revision: 2.24 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
our $VERSION = do { my @r = (q$Revision: 2.25 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };

# These may get re-ordered.
# RAW is a do_now as inserted by &enter
Expand Down
2 changes: 1 addition & 1 deletion bin/encguess
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ encguess - guess character encodings of files
=head1 VERSION
$Id: encguess,v 0.3 2020/12/02 01:28:17 dankogai Exp $
$Id: encguess,v 0.4 2023/11/10 01:10:50 dankogai Exp dankogai $
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion t/Encoder.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Encoder.t,v 2.1 2013/09/14 07:51:59 dankogai Exp $
# $Id: Encoder.t,v 2.2 2023/11/10 01:10:50 dankogai Exp dankogai $
#

BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion t/Unicode.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: Unicode.t,v 2.4 2021/07/23 02:26:54 dankogai Exp $
# $Id: Unicode.t,v 2.5 2023/11/10 01:10:50 dankogai Exp dankogai $
#
# This script is written entirely in ASCII, even though quoted literals
# do include non-BMP unicode characters -- Are you happy, jhi?
Expand Down
2 changes: 1 addition & 1 deletion t/enc_data.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: enc_data.t,v 2.6 2022/04/07 03:06:40 dankogai Exp $
# $Id: enc_data.t,v 2.7 2023/11/10 01:10:50 dankogai Exp dankogai $

BEGIN {
require Config; Config->import();
Expand Down
2 changes: 1 addition & 1 deletion t/enc_eucjp.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: enc_eucjp.t,v 2.6 2019/01/31 04:26:40 dankogai Exp $
# $Id: enc_eucjp.t,v 2.7 2023/11/10 01:10:50 dankogai Exp dankogai $
# This is the twin of enc_utf8.t .

BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion t/enc_module.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: enc_module.t,v 2.6 2022/04/07 03:06:40 dankogai Exp $
# $Id: enc_module.t,v 2.7 2023/11/10 01:10:50 dankogai Exp dankogai $
# This file is in euc-jp
BEGIN {
require Config; Config->import();
Expand Down
2 changes: 1 addition & 1 deletion t/enc_utf8.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: enc_utf8.t,v 2.6 2019/12/25 09:23:21 dankogai Exp $
# $Id: enc_utf8.t,v 2.7 2023/11/10 01:10:50 dankogai Exp dankogai $
# This is the twin of enc_eucjp.t .

BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion t/jperl.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: jperl.t,v 2.6 2022/04/07 03:06:40 dankogai Exp $
# $Id: jperl.t,v 2.7 2023/11/10 01:10:50 dankogai Exp dankogai $
#
# This script is written in euc-jp

Expand Down
2 changes: 1 addition & 1 deletion t/mime-header.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: mime-header.t,v 2.16 2022/06/25 01:58:57 dankogai Exp $
# $Id: mime-header.t,v 2.17 2023/11/10 01:10:50 dankogai Exp dankogai $
# This script is written in utf8
#
BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion t/mime-name.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Id: mime-name.t,v 1.3 2017/10/06 22:21:53 dankogai Exp $
# $Id: mime-name.t,v 1.4 2023/11/10 01:10:50 dankogai Exp dankogai $
# This script is written in utf8
#
BEGIN {
Expand Down
2 changes: 1 addition & 1 deletion t/rt.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/local/bin/perl
#
# $Id: rt.pl,v 2.1 2006/05/03 18:24:10 dankogai Exp $
# $Id: rt.pl,v 2.2 2023/11/10 01:10:50 dankogai Exp dankogai $
#

BEGIN {
Expand Down

0 comments on commit 150d123

Please sign in to comment.