8
0

Ask perl -T and return application/x-text-mixed in that case.

-> Changed this mime type, to remain in the application class. Which it really is 
for info files. they just happent o be also quite well readable.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Unpack?expand=0&rev=20
This commit is contained in:
Juergen Weigert
2011-03-31 10:13:24 +00:00
committed by Git OBS Bridge
parent e3d7e186ff
commit fe661111bc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d3731cff8a81e80800c9735a89b190e9ae9383a078c3b3560228551eb8c2874a oid sha256:b4c3e7623c1efa788e62fed6ba987e0d52a192737eb49a670f948a19c9d67374
size 63129 size 63227

View File

@@ -2,7 +2,7 @@
Thu Mar 31 09:11:58 UTC 2011 - jw@novell.com Thu Mar 31 09:11:58 UTC 2011 - jw@novell.com
- 0.38 Both File::LibMagic and File::MimeInfo::Magic fail on info files. - 0.38 Both File::LibMagic and File::MimeInfo::Magic fail on info files.
Ask perl -T and return text/x-octet-stream in that case. Ask perl -T and return application/x-text-mixed in that case.
Fixed comparison with RLIM_INFINITY, it evaluates -1. Fixed comparison with RLIM_INFINITY, it evaluates -1.