Re: perltidy version
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker )
To: Magnus Hagander <magnus@hagander.net>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-03-02T12:30:08Z
Lists: pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes: > Our instructions in src/tools/pgindent/README says to make sure we use > perltidy version v20090616. However, this version no longer appears to be > available for download on the link we provide -- the oldest one available > is 20140328. It's available via MetaCPAN: https://metacpan.org/release/SHANCOCK/Perl-Tidy-20090616 Which means it can be installed with 'cpanm Perl::Tidy@20090616' or 'cpan SHANCOCK/Perl-Tidy-20090616.tar.gz' (the latter requires a BackPAN-inclusive mirror configured, e.g. cpan.metacpan.org). Direct tarball download link: https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20090616.tar.gz Or directly from BackPAN (the MetaCPAN mirror includes BackPAN): http://backpan.perl.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20090616.tar.gz > Is it perhaps time to move up to a newer version? Or failing that, perhaps > we need to host our own copy of the old version? BackPAN keeps all distributions ever uploaded to CPAN, unless removal is explicitly requested, e.g. for legal reasons, so there should be no need to host it ourselves. - ilmari -- "The surreality of the universe tends towards a maximum" -- Skud's Law "Never formulate a law or axiom that you're not prepared to live with the consequences of." -- Skud's Meta-Law
Commits
-
Reindent Perl files with perltidy version 20170521.
- f04d4ac919b9 11.0 landed
-
Change pgindent/README to specify that we use perltidy version 20170521.
- 46cda5bf7bc2 11.0 landed