mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c4e5bad58f
Submitted by: "Akinori -Aki- MUSHA" <knu@idaemons.org> PR: ports/17010
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
--- perl/ChaSen.pm Thu Aug 19 17:20:15 1999
|
|
+++ perl/ChaSen.pm Sun Feb 27 02:05:45 2000
|
|
@@ -11,8 +11,8 @@
|
|
|
|
use Text::ChaSen;
|
|
|
|
- $res = chasen::getopt_argv('chasen-perl', '-j', '-F', '%m ');
|
|
- $str = chasen::sparse_tostr("日本語の文字列");
|
|
+ $res = Text::ChaSen::getopt_argv('chasen-perl', '-j', '-F', '%m ');
|
|
+ $str = Text::ChaSen::sparse_tostr("日本語の文字列");
|
|
|
|
=head1 DESCRIPTION
|
|
|