diff options
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/docs_errors.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/docs_errors.pl b/misc/docs_errors.pl index 274d4b3..8cb9220 100755 --- a/misc/docs_errors.pl +++ b/misc/docs_errors.pl @@ -10,7 +10,7 @@ use warnings; ## Modules. See also the BEGIN block further down below. use File::Spec::Functions qw(catfile); -use HTML::Template 2.6 qw(); +use HTML::Template qw(); # Need 2.6 but can't say, rt.cpan.org#70190 use Config::General 2.32 qw(); # Need 2.32 for <msg 0>, rt.cpan.org#17852 use vars qw($DEBUG $CFG $VERSION); |