[InterNetNews/inn] b92a66: Remove useless Perl warning switches in shebang

Julien ÉLIE noreply at github.com
Wed Sep 4 20:05:53 UTC 2024


  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: b92a66a32b36891c301e5c18e94f52f75c1bbd91
      https://github.com/InterNetNews/inn/commit/b92a66a32b36891c301e5c18e94f52f75c1bbd91
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-09-04 (Wed, 04 Sep 2024)

  Changed paths:
    M backends/delayer.in
    M backends/mod-active.in
    M backends/news2mail.in
    M backends/send-uucp.in
    M backends/sendinpaths.in
    M contrib/analyze-traffic.in
    M contrib/authmysql.in
    M contrib/backlogstat.in
    M contrib/cleannewsgroups.in
    M contrib/findreadgroups.in
    M contrib/makeexpctl.in
    M contrib/makestorconf.in
    M contrib/nnrp.access2readers.conf.in
    M contrib/ovsqlite-dump.in
    M contrib/ovsqlite-undump.in
    M contrib/stathist.in
    M contrib/thdexpire.in
    M control/controlchan.in
    M control/perl-nocem.in
    M frontends/cnfsheadconf.in
    M frontends/cnfsstat.in
    M frontends/mailpost.in
    M frontends/pullnews.in
    M frontends/scanspool.in
    M innfeed/procbatch.in
    M perl/INN/Utils/Shlock.pm.in
    M samples/nnrpd_access.pl.in
    M samples/nnrpd_auth.pl.in
    M scripts/inncheck.in
    M scripts/innmail.in
    M scripts/innupgrade.in
    M scripts/simpleftp.in
    M storage/ovsqlite/ovsqlite-util.in
    M support/mkmanifest
    M tests/clients/server-list.in

  Log Message:
  -----------
  Remove useless Perl warning switches in shebang

We already have "use warnings".

The -w switch enables warnings globally in the program, including for
any modules that did not explicitly enable or disable any warnings.

To comply with the perlcritic
Perl::Critic::Policy::Community::WarningsSwitch policy.



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


More information about the inn-committers mailing list