wok diff perl-file-mimeinfo/description.txt @ rev 25032

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:08 2022 +0100 (2022-05-20)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-file-mimeinfo/description.txt	Fri May 20 10:31:08 2022 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +This module can be used to determine the mime type of a file.
     1.5 +It tries to implement the freedesktop specification for a shared
     1.6 +MIME database.
     1.7 +
     1.8 +For this module shared-mime-info-spec 0.13 was used.
     1.9 +
    1.10 +This package only uses the globs file. No real magic checking is used.
    1.11 +The File::MimeInfo::Magic package is provided for magic typing.
    1.12 +
    1.13 +If you want to determine the mimetype of data in a memory buffer you
    1.14 +should use File::MimeInfo::Magic in combination with IO::Scalar.
    1.15 +
    1.16 +This module loads the various data files when needed.
    1.17 +If you want to hash data earlier see the rehash methods below.