1SVK::MimeDetect(3)    User Contributed Perl Documentation   SVK::MimeDetect(3)
2
3
4

NAME

6       SVK::MimeDetect - interface for MIME type detection algorithms
7

DESCRIPTION

9       This defines an interface for MIME type detection algorithms.  A MIME
10       type detection module doesn't need to inherit from this module, but it
11       does need to provide the same interface.  See "INTERFACE" for details.
12

INTERFACE

14   new
15       "new" should return a new object which implements the
16       "checktype_filename" method described below.  The default
17       implementation simply returns an empty, blessed hash.
18
19   checktype_filename
20       Given a single, absolute filename as an argument, this method should
21       return a scalar with the MIME type of the file or "undef" if there is
22       an error.
23
24
25
26perl v5.32.0                      2020-07-28                SVK::MimeDetect(3)
Impressum