wok-current annotate perl-file-mimeinfo/description.txt @ rev 25237
updated python-simplejson (3.17.0 -> 3.17.6)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:45:54 2022 +0100 (2022-07-13) |
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. |