diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-08-21 17:18:50 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-08-21 17:18:50 +0200 |
commit | a32812fd2d73c8a9663af76583be330fd6c112cc (patch) | |
tree | 69011c8bb9030daef3d800a1cf5b1bca406ce0a8 /scripts | |
parent | 9f52b09abe8dd2919cf9b5d22d12abb0203eb8a8 (diff) |
mimetype: use magic
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mimetype | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mimetype b/scripts/mimetype index 1d89d6922..3c0c17e9b 100755 --- a/scripts/mimetype +++ b/scripts/mimetype @@ -1,7 +1,7 @@ #!/usr/bin/perl use warnings; use strict; -use File::MimeInfo qw(mimetype globs); +use File::MimeInfo::Magic qw(mimetype globs); exit 1 unless @ARGV == 2; |