Skip to content

Commit

Permalink
fix pod2html by adding missing use
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Jan 31, 2024
1 parent d5abd5c commit fadb16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MetaCPAN/Web/Model/API/Pod.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use namespace::autoclean;
use MetaCPAN::Web::RenderUtil qw( split_index filter_html );
use Encode qw( encode );
use Future ();
use HTML::TokeParser ();

extends 'MetaCPAN::Web::Model::API';

Expand Down

0 comments on commit fadb16c

Please sign in to comment.