summaryrefslogtreecommitdiffstats
path: root/perl/perl-File-Type/README
diff options
context:
space:
mode:
author Jan F. Chadima <jfch@jagda.eu>2018-03-21 17:02:11 +0000
committer David Spencer <idlemoor@slackbuilds.org>2018-03-21 17:02:11 +0000
commitd51a47dbf2cd911a4f40e57210f56e397c0dc873 (patch)
tree3d64e86f673167bb0abee0630f843edd4a501c94 /perl/perl-File-Type/README
parent63f63e80f17052cc490648f5e26e4ba21ed097a2 (diff)
downloadslackbuilds-d51a47dbf2cd911a4f40e57210f56e397c0dc873.tar.gz
slackbuilds-d51a47dbf2cd911a4f40e57210f56e397c0dc873.tar.xz
perl/perl-File-Type: Added (Determine file type using magic).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Type/README')
-rw-r--r--perl/perl-File-Type/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-File-Type/README b/perl/perl-File-Type/README
new file mode 100644
index 0000000000..d0f5f0d430
--- /dev/null
+++ b/perl/perl-File-Type/README
@@ -0,0 +1,5 @@
+File::Type uses magic numbers (typically at the start of a file)
+to determine the MIME type of that file.
+
+File::Type can use either a filename, or file contents, to determine
+the type of a file.