summaryrefslogtreecommitdiff
path: root/cpan/Encode/Encode.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-10-24 12:16:34 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-10-24 12:16:34 +0100
commitc9955564bcb7253d7d35721945055f1e8bf7aaf2 (patch)
tree862f2b698d659b15ffa032412ab51e9660691e52 /cpan/Encode/Encode.pm
parent7e87a3b73312c48707947b2c5cc27b6402302e72 (diff)
downloadperl-c9955564bcb7253d7d35721945055f1e8bf7aaf2.tar.gz
Update Encode to CPAN version 2.63
[DELTA] $Revision: 2.63 $ $Date: 2014/10/19 07:01:15 $ ! Encode.xs Applied: RT #99264: call_pv() can reallocate the stack https://rt.cpan.org/Ticket/Display.html?id=99264 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.xs JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs encengine.c Pulled: add PERL_NO_GET_CONTEXT to all dynamic libs https://github.com/dankogai/p5-encode/pull/24
Diffstat (limited to 'cpan/Encode/Encode.pm')
-rw-r--r--cpan/Encode/Encode.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Encode/Encode.pm b/cpan/Encode/Encode.pm
index f102a1a8e1..03eded648e 100644
--- a/cpan/Encode/Encode.pm
+++ b/cpan/Encode/Encode.pm
@@ -1,10 +1,10 @@
#
-# $Id: Encode.pm,v 2.62 2014/05/31 12:12:39 dankogai Exp dankogai $
+# $Id: Encode.pm,v 2.63 2014/10/19 07:02:18 dankogai Exp $
#
package Encode;
use strict;
use warnings;
-our $VERSION = sprintf "%d.%02d", q$Revision: 2.62 $ =~ /(\d+)/g;
+our $VERSION = sprintf "%d.%02d", q$Revision: 2.63 $ =~ /(\d+)/g;
use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
use XSLoader ();
XSLoader::load( __PACKAGE__, $VERSION );