Branch: refs/heads/davem/install_html2
  Home:   https://github.com/Perl/perl5
  Commit: 181701f7c2c112d33aab593ae526aa803918d055
      
https://github.com/Perl/perl5/commit/181701f7c2c112d33aab593ae526aa803918d055
  Author: David Mitchell <[email protected]>
  Date:   2025-12-24 (Wed, 24 Dec 2025)

  Changed paths:
    M installhtml

  Log Message:
  -----------
  installhtml: use warnings rather than -w

The top-level installhtml script, which is used to implement the
'install.html' make target, has a -w on its #! line. This enables
warnings globally, including in modules where it isn't welcome. This
commit adds a 'use warnings' line instead.

This stops spurious lines to STDERR during 'make install.html' such as

    Use of uninitialized value $str in substitution (s///) at
        lib/Pod/Simple/XHTML.pm line 76.



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

Reply via email to