Skip to content

Commit 654746d

Browse files
committed
use perl specific files for license and contributing
1 parent 3510264 commit 654746d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/MetaCPAN/Query/File.pm

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,17 @@ my %perl_files = (
128128
perldelta.pod
129129
)
130130
],
131+
license => [
132+
qw(
133+
perlartistic.pod
134+
perlgpl.pod
135+
)
136+
],
137+
contributing => [
138+
qw(
139+
perlhack.pod
140+
)
141+
],
131142
);
132143
my %prefix_files = (
133144
example => [

0 commit comments

Comments
 (0)