wok annotate perl-file-mimeinfo/description.txt @ rev 24974

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 11:23:24 2022 +0000 (2022-05-02)
parents
children
rev   line source
Hans-G?nter@24209 1 This module can be used to determine the mime type of a file.
Hans-G?nter@24209 2 It tries to implement the freedesktop specification for a shared
Hans-G?nter@24209 3 MIME database.
Hans-G?nter@24209 4
Hans-G?nter@24209 5 For this module shared-mime-info-spec 0.13 was used.
Hans-G?nter@24209 6
Hans-G?nter@24209 7 This package only uses the globs file. No real magic checking is used.
Hans-G?nter@24209 8 The File::MimeInfo::Magic package is provided for magic typing.
Hans-G?nter@24209 9
Hans-G?nter@24209 10 If you want to determine the mimetype of data in a memory buffer you
Hans-G?nter@24209 11 should use File::MimeInfo::Magic in combination with IO::Scalar.
Hans-G?nter@24209 12
Hans-G?nter@24209 13 This module loads the various data files when needed.
Hans-G?nter@24209 14 If you want to hash data earlier see the rehash methods below.