Skip to content

Commit

Permalink
Pod::Html: remove debugging artifact
Browse files Browse the repository at this point in the history
As noted by @Grinnz in #19050 (comment).
  • Loading branch information
jkeenan committed Aug 23, 2021
1 parent 7e493be commit c79df2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/Pod-Html/lib/Pod/Html.pm
Expand Up @@ -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 {
Expand Down

0 comments on commit c79df2f

Please sign in to comment.