diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-07-23 07:14:18 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-07-23 07:14:18 +0000 |
commit | 967e9fc58d5405be176618494d7817584ff83fb8 (patch) | |
tree | 11ac78f16f91fad0805d3aac0f1b19fe8f2abb4b /japanese/p5-Jcode/files/patch-Jcode.pm | |
parent | Update to 0.05. (diff) |
- Update to 2.03.
- Since 2.x, Jcode is the wrapper of Encode module with perl-5.8.1
and after.
Notes
Notes:
svn path=/head/; revision=139947
Diffstat (limited to 'japanese/p5-Jcode/files/patch-Jcode.pm')
-rw-r--r-- | japanese/p5-Jcode/files/patch-Jcode.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/p5-Jcode/files/patch-Jcode.pm b/japanese/p5-Jcode/files/patch-Jcode.pm deleted file mode 100644 index 7495f388acfa..000000000000 --- a/japanese/p5-Jcode/files/patch-Jcode.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- Jcode.pm.orig Mon Mar 29 20:49:24 2004 -+++ Jcode.pm Mon Mar 29 20:50:01 2004 -@@ -198,7 +198,7 @@ - folds lines in jcode string every $bytes_per_line (default: 72) - in a way that does not clobber the multibyte string. - (Sorry, no Kinsoku done!) --with a newline string spified by $newline_str (default: \n). -+with a newline string specified by $newline_str (default: \n). - - =back - |