Re: Issue with psql's create_help.pl under perlcritic - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Issue with psql's create_help.pl under perlcritic
Date
Msg-id 1b31f7d5-3316-47c2-3e5d-e11e171aad7c@dunslane.net
Whole thread Raw
In response to Issue with psql's create_help.pl under perlcritic  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Issue with psql's create_help.pl under perlcritic
List pgsql-hackers
On 2023-01-18 We 03:50, Michael Paquier wrote:
> Hi all,
>
> A recent system update of a Debian SID host has begun to show me this
> issue:
> ./src/bin/psql/create_help.pl: Bareword dir handle opened at line 47,
> column 1.  See pages 202,204 of PBP.
> ([InputOutput::ProhibitBarewordDirHandles] Severity: 5)
>
> This issue gets fixed here as of the attached.
> Comments?

Looks fine. Interesting it's not caught by perlcritic on my Fedora 35
instance, nor my Ubuntu 22.04 instance.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: David Geier
Date:
Subject: Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Next
From: Tomas Vondra
Date:
Subject: Re: Add LZ4 compression in pg_dump