summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-08-15 14:14:41 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-08-23 01:47:47 +0000
commit7e493be2db2f292ccda80be1a741776e2cf1cf5b (patch)
tree384796b372a36d05d2328de7a735027b3aa6bcdb /ext
parenta358e746a4e1efa73acc4356b9aeb8112f775169 (diff)
downloadperl-7e493be2db2f292ccda80be1a741776e2cf1cf5b.tar.gz
Pod::Html: remove debugging artifact
As noted by @Grinnz in https://github.com/Perl/perl5/pull/19050#discussion_r688969538.
Diffstat (limited to 'ext')
-rw-r--r--ext/Pod-Html/lib/Pod/Html.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Pod-Html/lib/Pod/Html.pm b/ext/Pod-Html/lib/Pod/Html.pm
index be9ec5f039..7dab5f10c9 100644
--- a/ext/Pod-Html/lib/Pod/Html.pm
+++ b/ext/Pod-Html/lib/Pod/Html.pm
@@ -356,7 +356,6 @@ sub process_options {
sub refine_globals {
my $self = shift;
- require Data::Dumper if $self->{verbose};
# prevent '//' in urls
$self->{Htmlroot} = "" if $self->{Htmlroot} eq "/";