mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Document installing perltidy with cpanm
Installing with plain cpan failed for me recently, as the archive it searched has been purged of old releases. However, you can give cpanm a complete URL to the exact version you want to install, so document using that.
This commit is contained in:
parent
0736fc1ceb
commit
e0d70a91a0
@ -22,6 +22,8 @@ PREREQUISITES:
|
|||||||
("man perlmodinstall" explains it). Or, if you have cpan installed,
|
("man perlmodinstall" explains it). Or, if you have cpan installed,
|
||||||
this should work:
|
this should work:
|
||||||
cpan SHANCOCK/Perl-Tidy-20170521.tar.gz
|
cpan SHANCOCK/Perl-Tidy-20170521.tar.gz
|
||||||
|
Or if you have cpanm installed, you can just use:
|
||||||
|
cpanm https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20170521.tar.gz
|
||||||
|
|
||||||
DOING THE INDENT RUN:
|
DOING THE INDENT RUN:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user