Blame SOURCES/File-Find-Rule-Perl-1.15-fedora.patch

13e518
--- File-Find-Rule-Perl-1.15.orig/t/03_no_index.t	2015-04-05 22:57:10.000000000 +0200
13e518
+++ File-Find-Rule-Perl-1.15/t/03_no_index.t	2015-04-15 12:39:45.612810084 +0200
13e518
@@ -38,6 +38,8 @@
13e518
                         MYMETA.json
13e518
 		};
13e518
 		my @files = sort grep {
13e518
+			! /^(debug|elf).*\.list/
13e518
+			and
13e518
 			! /^debian\b/
13e518
 			and
13e518
 			! /(?:^|\W)\.\w/