Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 2da59f1b1f9a9936fa08f7b7ebbe8a2b7d075a8e
      
https://github.com/Perl/perl5/commit/2da59f1b1f9a9936fa08f7b7ebbe8a2b7d075a8e
  Author: Lukas Mai <[email protected]>
  Date:   2026-01-31 (Sat, 31 Jan 2026)

  Changed paths:
    M pod/perlmodlib.PL

  Log Message:
  -----------
  perlmodlib.PL: eliminate bareword filehandles


  Commit: 510dc7c629d67a08dbc24c0f62c9efdcb45d303c
      
https://github.com/Perl/perl5/commit/510dc7c629d67a08dbc24c0f62c9efdcb45d303c
  Author: Lukas Mai <[email protected]>
  Date:   2026-01-31 (Sat, 31 Jan 2026)

  Changed paths:
    M pod/perlmodlib.PL

  Log Message:
  -----------
  perlmodlib.PL: handle C<...> around module names

Consider a module like IO::Socket::IP, which has this POD:

    =head1 NAME

    C<IO::Socket::IP> - Family-neutral IP socket supporting both IPv4 and IPv6

If we don't extract the "IO::Socket::IP" part from its C<...> wrapper,
it will be sorted somewhere between "Benchmark" and "CORE" in
perlmodlib, not after "IO::Socket" where it belongs.


Compare: https://github.com/Perl/perl5/compare/535b3579df48...510dc7c629d6

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

Reply via email to