summaryrefslogtreecommitdiff
path: root/cpan/Encode
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-10-07 16:31:48 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-10-07 16:53:30 +0100
commit0648b1fdb6985f3b6857b4eb2281b7f3bb68f661 (patch)
tree1e9952a948f22eb64cabcc8d813c8f08915a9948 /cpan/Encode
parent55121b6b0516ee559126c7bee6b4b43b1e8f59f7 (diff)
downloadperl-0648b1fdb6985f3b6857b4eb2281b7f3bb68f661.tar.gz
Update Encode to CPAN version 2.78
[DELTA] $Revision: 2.78 $ $Date: 2015/09/24 02:19:21 $ ! Makefile.PL Mend pull/42 again. This time correctly. ! lib/Encode/Supported.pod Applied: RT#107146: [PATCH] fix a spelling mistake https://rt.cpan.org/Public/Bug/Display.html?id=107146
Diffstat (limited to 'cpan/Encode')
-rw-r--r--cpan/Encode/Encode.pm4
-rw-r--r--cpan/Encode/Makefile.PL8
-rw-r--r--cpan/Encode/lib/Encode/Supported.pod2
3 files changed, 8 insertions, 6 deletions
diff --git a/cpan/Encode/Encode.pm b/cpan/Encode/Encode.pm
index 574720ed27..6a125d4e41 100644
--- a/cpan/Encode/Encode.pm
+++ b/cpan/Encode/Encode.pm
@@ -1,10 +1,10 @@
#
-# $Id: Encode.pm,v 2.77 2015/09/15 13:53:11 dankogai Exp $
+# $Id: Encode.pm,v 2.78 2015/09/24 02:18:32 dankogai Exp $
#
package Encode;
use strict;
use warnings;
-our $VERSION = sprintf "%d.%02d", q$Revision: 2.77 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%02d", q$Revision: 2.78 $ =~ /(\d+)/g;
use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
use XSLoader ();
XSLoader::load( __PACKAGE__, $VERSION );
diff --git a/cpan/Encode/Makefile.PL b/cpan/Encode/Makefile.PL
index 39e557090d..8f736774e5 100644
--- a/cpan/Encode/Makefile.PL
+++ b/cpan/Encode/Makefile.PL
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.PL,v 2.15 2015/09/15 13:53:27 dankogai Exp dankogai $
+# $Id: Makefile.PL,v 2.16 2015/09/24 02:19:21 dankogai Exp dankogai $
#
use 5.007003;
use strict;
@@ -14,8 +14,10 @@ $ENV{PERL_CORE} ||= $ARGV{PERL_CORE} if $ARGV{PERL_CORE};
my %tables =
(
- def_t => ['ascii.ucm',
- '8859-1.ucm', # cp1252 is an alias thereof
+ def_t => [
+ 'ascii.ucm',
+ '8859-1.ucm',
+ 'cp1252.ucm',
'null.ucm',
'ctrl.ucm',
]
diff --git a/cpan/Encode/lib/Encode/Supported.pod b/cpan/Encode/lib/Encode/Supported.pod
index 8efa4ff6f8..c731509a81 100644
--- a/cpan/Encode/lib/Encode/Supported.pod
+++ b/cpan/Encode/lib/Encode/Supported.pod
@@ -603,7 +603,7 @@ you're doing and unless you really benefit from using C<UTF-16>.
ISO-IR-165 [RFC1345]
VISCII
GB 12345
- GB 18030 (**) (see links bellow)
+ GB 18030 (**) (see links below)
EUC-TW (**)
are totally valid encodings but not registered at IANA.