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 {