diff --git a/lib/MetaCPAN/Web/Controller/Feed.pm b/lib/MetaCPAN/Web/Controller/Feed.pm index 33d3ed50a6..50bafbb5f9 100644 --- a/lib/MetaCPAN/Web/Controller/Feed.pm +++ b/lib/MetaCPAN/Web/Controller/Feed.pm @@ -5,9 +5,8 @@ use namespace::autoclean; BEGIN { extends 'MetaCPAN::Web::Controller' } -use DateTime (); -use HTML::Escape qw( escape_html ); -use MetaCPAN::Web::RenderUtil qw( render_markdown ); +use DateTime (); +use HTML::Escape qw( escape_html ); use MetaCPAN::Web::Types qw( ArrayRef DateTime Enum HashRef Str Undef Uri ); use Params::ValidationCompiler qw( validation_for ); use XML::FeedPP (); ## no perlimports diff --git a/t/controller/feed.t b/t/controller/feed.t index 580ded89b5..b2681ed477 100644 --- a/t/controller/feed.t +++ b/t/controller/feed.t @@ -4,14 +4,7 @@ use lib 't/lib'; use MetaCPAN::Web (); use MetaCPAN::Web::Controller::Feed (); -use MetaCPAN::Web::Test qw( - app - GET - override_api_response - test_cache_headers - test_psgi - tx -); +use MetaCPAN::Web::Test qw( app GET test_cache_headers test_psgi tx ); use Test::More; use Test::Warnings (); use Try::Tiny qw( catch try );