We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23dfb21 + 654746d commit d0b34d2Copy full SHA for d0b34d2
lib/MetaCPAN/Query/File.pm
@@ -128,6 +128,17 @@ my %perl_files = (
128
perldelta.pod
129
)
130
],
131
+ license => [
132
+ qw(
133
+ perlartistic.pod
134
+ perlgpl.pod
135
+ )
136
+ ],
137
+ contributing => [
138
139
+ perlhack.pod
140
141
142
);
143
my %prefix_files = (
144
example => [
0 commit comments