File::LibMagic - Determine MIME types of data or files using libmagic
The "File::LibMagic" module is a simple perl interface to libmagic from the file package (version 4.x or 5.x). You will need both the library (libmagic.so) and the header file (magic.h) to build this Perl module. Installing libmagic On Debian/Ubuntu ...
DROLSKY/File-LibMagic-1.23 - 29 Aug 2020 03:57:26 UTC
File::LibMagic::FFI - Determine MIME types of data or files using libmagic
This module is a simple Perl interface to "libmagic". It provides the same full undeprecated interface as File::LibMagic, but it uses FFI::Platypus instead of "XS" for its implementation, and thus can be installed without a compiler....
PLICEASE/File-LibMagic-FFI-0.06 - 01 Sep 2020 19:22:12 UTC
File::LibMagic::Constants - Contains a list of libmagic constant names that we use in many places
DROLSKY/File-LibMagic-1.23
-
29 Aug 2020 03:57:26 UTC
File::Find::Rule::LibMagic - rule to match on file types or mime types
File::Find::Rule::LibMagic extends File::Find::Rule by matching files depending on their magic file type or MIME type delivered through File::LibMagic from file(1) UNIX command. Every UNIX user (or users of unix-like systems) knows the file(1) comman...
REHSACK/File-Find-Rule-LibMagic-0.02 - 27 Apr 2010 14:48:44 UTC
File::Unpack - A strong bz2/gz/zip/tar/cpio/rpm/deb/cab/lzma/7z/rar/... archive unpacker, based on mime-types
JNW/File-Unpack-0.70
-
13 Mar 2015 13:47:12 UTC
File::Extension - explain file extensions
File::Extension exposes functionality for getting information on filetypes based solely on their file extension. This is useful in cases where libmagic doesn't work, i.e on empty or corrupted files. The extensions and descriptions are taken from <htt...
WOLDRICH/File-Extension-0.038 - 18 Feb 2019 10:45:07 UTC