8000 Make CPAN links unversioned · pre-commit/pre-commit.com@bcacd21 · GitHub
[go: up one dir, main page]

Skip to content

Commit bcacd21

Browse files
committed
Make CPAN links unversioned
1 parent 7846470 commit bcacd21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sections/new-hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ been tested on linux, windows, and macOS and _may_ work under cygwin.
346346
_new in 2.1.0_
347347
348348
Perl hooks are installed using the system installation of
349-
[cpan](https://perldoc.perl.org/5.30.0/cpan.html), the CPAN package installer
349+
[cpan](https://perldoc.perl.org/cpan), the CPAN package installer
350350
that comes with Perl.
351351
352352
Hook repositories must have something that `cpan` supports, typically
@@ -356,7 +356,7 @@ via `cpan -T .` (with the installed files stored in your pre-commit cache,
356356
not polluting other Perl installations).
357357
358358
When specifying [`additional_dependencies`](#config-additional_dependencies) for Perl, you can use any of the
359-
[install argument formats understood by `cpan`](https://perldoc.perl.org/5.30.0/CPAN.html#get%2c-make%2c-test%2c-install%2c-clean-modules-or-distributions).
359+
[install argument formats understood by `cpan`](https://perldoc.perl.org/CPAN#get%2c-make%2c-test%2c-install%2c-clean-modules-or-distributions).
360360
361361
__Support:__ Perl hooks currently require a pre-existing Perl installation,
362362
including the `cpan` tool in `PATH`. It has been tested on linux, macOS, and

0 commit comments

Comments
 (0)
0