We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c788aa8 + 34d5ee2 commit 7cfd3e0Copy full SHA for 7cfd3e0
lib/MetaCPAN/Web/Controller/About.pm
@@ -19,7 +19,7 @@ sub about : Path : Args(0) {
19
my ( $self, $c ) = @_;
20
}
21
22
-sub contributors : Local : Args(0) {
+sub contributors : Local : Args(0) : Query() {
23
24
my $contributors
25
= $c->model('GitHub')
0 commit comments