Skip to content

Commit

Permalink
Add TODO comments for $Podroot and %Pages
Browse files Browse the repository at this point in the history
Signed-off-by: James E Keenan <jkeenan@cpan.org>
  • Loading branch information
jkeenan committed May 12, 2021
1 parent fafc5d3 commit 3fcbf10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/Pod-Html/lib/Pod/Html.pm
Expand Up @@ -216,10 +216,12 @@ This program is distributed under the Artistic License.
=cut


my $Podroot;
my $Podroot; # TODO: This is still being invoked inside _save_pages(), even though it's never set -- which casts doubt on what _save_pages() is doing!

my %Pages = (); # associative array used to find the location
# of pages referenced by L<> links.
# TODO: This, too, is being invoked inside
# _save_pages() and load_cache()

sub pod2html {
local(@ARGV) = @_;
Expand Down

0 comments on commit 3fcbf10

Please sign in to comment.