Skip to content

Conversation

@iabyn
Copy link
Contributor

@iabyn iabyn commented Dec 24, 2025

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.
  • This set of changes does not require a perldelta entry.

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.
@iabyn iabyn merged commit 117cee8 into blead Dec 24, 2025
102 checks passed
@iabyn iabyn deleted the davem/install_html2 branch December 24, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants