pgsql: Perl scripts: eliminate "Useless interpolation" warnings - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Perl scripts: eliminate "Useless interpolation" warnings
Date
Msg-id E1spqfS-001Ehn-Cx@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Perl scripts: eliminate "Useless interpolation" warnings
List pgsql-committers
Perl scripts:  eliminate "Useless interpolation" warnings

Eliminate warnings of Perl Critic from src/tools.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/43ce181059d4ecbb1b14b75e7f38a7dda9f80225

Modified Files
--------------
src/tools/copyright.pl       |  2 +-
src/tools/gen_export.pl      | 10 +++++-----
src/tools/gen_keywordlist.pl |  4 ++--
src/tools/msvc_gendef.pl     | 10 +++++-----
src/tools/version_stamp.pl   | 18 +++++++++---------
src/tools/win32tzlist.pl     |  2 +-
6 files changed, 23 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc PG relnotes: add attribution for time zone data files items
Next
From: Tom Lane
Date:
Subject: pgsql: Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().