Skip to content

Commit

Permalink
Merge 43ec2a4 into c712ff8
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Aug 3, 2021
2 parents c712ff8 + 43ec2a4 commit 92e79e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installhtml
Expand Up @@ -8,7 +8,8 @@ use File::Path qw(remove_tree);
use File::Spec::Functions qw(rel2abs no_upwards);
use Getopt::Long; # for command-line parsing
use Cwd;
use Pod::Html 1.23 qw(anchorify relativize_url);
use Pod::Html 1.31;
use Pod::Html::Util 1.31 qw(anchorify relativize_url);

=head1 NAME
Expand Down

0 comments on commit 92e79e1

Please sign in to comment.