Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 65c55e8ba6d54a359777088c0f31ca5302fdfe20
      
https://github.com/Perl/perl5/commit/65c55e8ba6d54a359777088c0f31ca5302fdfe20
  Author: David Mitchell <[email protected]>
  Date:   2025-12-24 (Wed, 24 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