Branch: refs/heads/davem/install_html
  Home:   https://github.com/Perl/perl5
  Commit: 9a5b45f53e2050a4b1a0b611b5cf618616d64808
      
https://github.com/Perl/perl5/commit/9a5b45f53e2050a4b1a0b611b5cf618616d64808
  Author: David Mitchell <[email protected]>
  Date:   2025-12-23 (Tue, 23 Dec 2025)

  Changed paths:
    M ext/Pod-Html/lib/Pod/Html.pm
    M ext/Pod-Html/lib/Pod/Html/Util.pm
    M ext/Pod-Html/t/lib/Testing.pm

  Log Message:
  -----------
  Pod::Html: fix anchorify() whitespace stripping

This method had the line

    $anchor =~ s/^\s+//; s/\s+$//;      # Strip white space.

where leading space was stripped from $anchor, but trailing space
was being attempted to be stripped from $_ instead, giving rise to
a bunch of warnings like:

    Use of uninitialized value $_ in substitution (s///)
        at lib/Pod/Html/Util.pm line 253.

during 'make install.html'



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to