wok view perl-file-mimeinfo/description.txt @ rev 25847
Up mutt dep libsasl-modules, required for smtps (thanks rantanplan for report)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 26 22:28:58 2025 +0200 (3 weeks ago) |
parents | |
children |
line source
1 This module can be used to determine the mime type of a file.
2 It tries to implement the freedesktop specification for a shared
3 MIME database.
5 For this module shared-mime-info-spec 0.13 was used.
7 This package only uses the globs file. No real magic checking is used.
8 The File::MimeInfo::Magic package is provided for magic typing.
10 If you want to determine the mimetype of data in a memory buffer you
11 should use File::MimeInfo::Magic in combination with IO::Scalar.
13 This module loads the various data files when needed.
14 If you want to hash data earlier see the rehash methods below.