Skip to content

Commit d0b34d2

Browse files
authored
Merge pull request #960 from metacpan/haarg/perl-pod-categorized
use perl specific files for license and contributing
2 parents 23dfb21 + 654746d commit d0b34d2

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)