summaryrefslogtreecommitdiff
path: root/cpan/Encode/JP
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-11-16 10:20:27 -0500
committerJesse Vincent <jesse@bestpractical.com>2009-11-16 10:20:27 -0500
commitb2deda172989adc48a591cc4a4c1a88918c73105 (patch)
treeae7e0792d58ff27cd5d55cafdc9bb6435d068290 /cpan/Encode/JP
parentb65597cb4d6f7ba547ab80880fc66b31b6f08c15 (diff)
downloadperl-b2deda172989adc48a591cc4a4c1a88918c73105.tar.gz
Updated Encode to CPAN release 2.38
Diffstat (limited to 'cpan/Encode/JP')
-rw-r--r--cpan/Encode/JP/JP.pm8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpan/Encode/JP/JP.pm b/cpan/Encode/JP/JP.pm
index e78e54d052..4251170c56 100644
--- a/cpan/Encode/JP/JP.pm
+++ b/cpan/Encode/JP/JP.pm
@@ -7,7 +7,7 @@ BEGIN {
use strict;
use warnings;
use Encode;
-our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
+our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
use XSLoader;
XSLoader::load( __PACKAGE__, $VERSION );
@@ -86,11 +86,7 @@ in order to preserve text layout as much as possible.
=head1 BUGS
The ASCII region (0x00-0x7f) is preserved for all encodings, even
-though this conflicts with mappings by the Unicode Consortium. See
-
-L<http://www.debian.or.jp/~kubota/unicode-symbols.html.en>
-
-to find out why it is implemented that way.
+though this conflicts with mappings by the Unicode Consortium.
=head1 SEE ALSO