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 eb8150c + 5540d65 commit aa6a719Copy full SHA for aa6a719
lib/MetaCPAN/Server/Controller/User.pm
@@ -8,6 +8,8 @@ use Moose;
8
9
BEGIN { extends 'Catalyst::Controller::REST' }
10
11
+with 'MetaCPAN::Role::Fastly';
12
+
13
__PACKAGE__->config(
14
json_options => { relaxed => 1, allow_nonref => 1 },
15
default => 'text/html',
0 commit comments