Skip to content

Commit

Permalink
installhtml: new location for imports of helper functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jul 24, 2021
1 parent ed9ad00 commit 43ec2a4
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 43ec2a4

Please sign in to comment.