Skip to content

Commit adce273

Browse files
authored
Merge pull request #1369 from Grinnz/patch-2
Add "security" category for special files
2 parents bd4af40 + a072466 commit adce273

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/MetaCPAN/Query/File.pm

+9
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ my %special_files = (
9696
dist.ini
9797
minil.toml
9898
) ],
99+
security => [
100+
_doc_files( qw(
101+
Security
102+
security
103+
) ),
104+
qw(
105+
security.txt
106+
),
107+
],
99108
other => [
100109
_doc_files( qw(
101110
Authors

0 commit comments

Comments
 (0)