From 287cfbda837ab74160a068a4ce21c98b8a0c5b44 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Fri, 21 Oct 2022 22:56:33 +0900 Subject: [PATCH] fix typo --- App-cpanminus/script/cpanm.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App-cpanminus/script/cpanm.PL b/App-cpanminus/script/cpanm.PL index af1a8cdd..0944beae 100755 --- a/App-cpanminus/script/cpanm.PL +++ b/App-cpanminus/script/cpanm.PL @@ -330,7 +330,7 @@ Enabling this could potentially make a circular dependency for a few modules on CPAN, when C adds a module that C back the module in return. -There's also C<--without-recommend> and C<--without-suggests> to +There's also C<--without-recommends> and C<--without-suggests> to override the default decision made earlier in C. Defaults to false for both.