File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
lib/MetaCPAN/Web/Controller Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ sub recent : Private {
58
58
);
59
59
}
60
60
61
-
62
61
sub author_rss : Chained(' /author/root' ) PathPart(' activity.rss' ) Args(0) {
63
62
$_ [1]-> detach( ' author' , [' rss' ] );
64
63
}
@@ -250,7 +249,6 @@ sub end : Private {
250
249
$c -> detach(' /end' )
251
250
if !$feed ;
252
251
253
-
254
252
# This will only affect if `cdn_max_age` has been set.
255
253
# https://www.fastly.com/documentation/guides/concepts/edge-state/cache/stale/
256
254
# If it has then do revalidation in the background
@@ -259,7 +257,6 @@ sub end : Private {
259
257
# And if there is still an error serve from cache
260
258
$c -> cdn_stale_if_error(' 1y' );
261
259
262
-
263
260
$c -> res-> content_type(
264
261
$feed -> isa(' XML::FeedPP::Atom' )
265
262
? ' application/atom+xml; charset=UTF-8'
You can’t perform that action at this time.
0 commit comments