/usr/share/doc/libfile-mmagic-perl/README.en is in libfile-mmagic-perl 1.30-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 | File::MMagic
Copyright(C) 1999-2006
NOKUBI Takatsugu <knok@daionet.gr.jp>
Yukio USUDA <usu@namazu.org>
1. Abstract
This module is to guess file type from its contents like file(1)
command.
2. Install
Extract archive file.
Change current directory to File-MMagic-x.xx ("x.xx" is version
number).
Type "perl Makefile.PL" to create Makefile.
Type "make install" to install.
3. How to use
See "perldoc File::MMagic".
4. Copyright
See COPYING file.
5. See also
http://www.namazu.org/trac-namazu/trac.cgi/wiki/File-MMagic.en
|