Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 117cee861c630623b0f0f66fd7ca7cd5d8859d98
      
https://github.com/Perl/perl5/commit/117cee861c630623b0f0f66fd7ca7cd5d8859d98
  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