Skip to content

Commit aa6a719

Browse files
authored
Merge pull request #617 from simbabque/gh-1846
The Fastly role is required to purge_author_key
2 parents eb8150c + 5540d65 commit aa6a719

File tree

1 file changed

+2
-0
lines changed
  • lib/MetaCPAN/Server/Controller

1 file changed

+2
-0
lines changed

lib/MetaCPAN/Server/Controller/User.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ use Moose;
88

99
BEGIN { extends 'Catalyst::Controller::REST' }
1010

11+
with 'MetaCPAN::Role::Fastly';
12+
1113
__PACKAGE__->config(
1214
json_options => { relaxed => 1, allow_nonref => 1 },
1315
default => 'text/html',

0 commit comments

Comments
 (0)