From a4fedb360eb842e32f6fb68b0ec7fae1009283b3 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sun, 15 Aug 2021 14:20:32 +0000 Subject: [PATCH] Pod::Html: remove debugging artifact As noted by @Grinnz in https://github.com/Perl/perl5/pull/19050#discussion_r688969025. --- ext/Pod-Html/lib/Pod/Html.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Pod-Html/lib/Pod/Html.pm b/ext/Pod-Html/lib/Pod/Html.pm index 7dab5f10c9e4..329c2493a5ee 100644 --- a/ext/Pod-Html/lib/Pod/Html.pm +++ b/ext/Pod-Html/lib/Pod/Html.pm @@ -374,7 +374,7 @@ sub refine_globals { # Is the above not just "$self->{Htmlfileurl} = $self->{Htmlfile}"? $self->{Htmlfileurl} = unixify($self->{Htmlfile}); } - return { %{$self} }; + return $self; } sub generate_cache {