file/file-5.14-perl.patch
Jan Kaluza a5b3f76c0e fix #891856 - update to file-5.14
- fix #909754 - magic number for Python-3.3
- fix #912271 - do not report dwarf debug info packages as 'stripped'
- fix #882321 - do not print 'unknown capability' for ELF capabilities for
  architectures which File does not support
- fix #866000 - show proper build id for ELF binaries
- fix #860139 - better dump file recognition on big endian architectures
- remove file-static subpackage
- move python-magic .py files to python_sitearch
2013-03-22 10:38:25 +01:00

15 lines
412 B
Diff

diff --git a/magic/Magdir/perl b/magic/Magdir/perl
index 1d7bd31..94536e2 100644
--- a/magic/Magdir/perl
+++ b/magic/Magdir/perl
@@ -33,7 +33,8 @@
0 search/1 !p
>0 regex \^package[\ \t]+[0-9A-Za-z_:]+\ *;
>>0 regex \^1\ *;|\^(use|sub|my)\ .*[(;{=] Perl5 module source text
-!:strength + 10
+# Originally 12, we want at least 50
+!:strength + 50
# Perl POD documents
# From: Tom Hukins <tom@eborcom.com>