Skip to content

Commit

Permalink
include XS files and alienfile in interesting file list
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Jul 6, 2017
1 parent bb6d242 commit 93ed015
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/MetaCPAN/Document/File/Set.pm
Expand Up @@ -627,6 +627,7 @@ sub interesting_files {
ToDo
Todo
cpanfile
alienfile
dist.ini
minil.toml
)
Expand All @@ -636,7 +637,7 @@ sub interesting_files {
]
}
},
map {
(map {
{ prefix => { 'name' => $_ } },
{ prefix => { 'path' => $_ } },

Expand All @@ -645,7 +646,8 @@ sub interesting_files {
ex eg
example Example
sample
)
)),
{ suffix => { 'name' => '.xs' } },
]
}
}
Expand Down

0 comments on commit 93ed015

Please sign in to comment.