/usr/share/doc/libjcode-pm-perl/README is in libjcode-pm-perl 2.06-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | #
# $Id: README,v 2.0 2005/05/16 19:08:09 dankogai Exp $
#
Jcode
This is a Perl extension interface to convert Japanese text.
Requirements
You need perl version 5.005 or better.
MIME header support requires MIME::Base64 module.
Some extended features require perl 5.8.1 or better
Install
Do the following via shell.
perl Makefile.PL
make
make test
make install
If your perl is 5.8.1 or better, you can simply copy Jcode.pm to
anywhere you want, a la jcode.pl.
COPYRIGHT
Copyright 1999-2005 Dan Kogai <dankogai@dan.co.jp>
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
|