remove CPANPLUS from Makefile.PL and catalyst.pl
Graham Knop [Tue, 1 May 2018 09:52:28 +0000 (11:52 +0200)]
Makefile.PL
script/catalyst.pl

index 393ebc0..3397a3d 100644 (file)
@@ -225,7 +225,6 @@ print <<"EOF";
     For development and use of catalyst.pl and myapp_create.pl, make sure
     you also install the development tools package Catalyst::Devel.
 
-        perl -MCPANPLUS -e 'install Catalyst::Devel' # or
         perl -MCPAN -e 'install Catalyst::Devel'     # or
         cpanm Catalyst::Devel
 
index a0c2324..e2574ad 100755 (executable)
@@ -14,7 +14,7 @@ part of the Catalyst-Devel distribution. Please install this via a
 vendor package or by running one of -
 
   perl -MCPAN -e 'install Catalyst::Devel'
-  perl -MCPANPLUS -e 'install Catalyst::Devel'
+  cpanm Catalyst::Devel
 END
 
 }