]> sipb.mit.edu Git - wiki.git/blobdiff - doc/cpan.mdwn
explain why we hate nulls and newlines
[wiki.git] / doc / cpan.mdwn
index 3e15bddb17f281f9669bfd863ecb945c597ac052..662281cc0df22a8f44bfb73fd61b2e941e928277 100644 (file)
@@ -43,7 +43,7 @@ For more details, such as how to manage multiple different `local::lib` installa
 
 By default, CPAN prompts you whether or not to follow dependencies when installing a package. This is not usually what you want -- if you want a specific package, you don't care what CPAN has to install to get it to you, so it should do so automatically. There are two steps required to get CPAN to do this:
 
- * Set `prerequisites_policy` to `follow` inside CPAN (`o conf prerequisites_policy follow` and then `o conf commit`)
+ * Within the CPAN interactive shell (run `cpan`), Set `prerequisites_policy` to `follow` (`o conf prerequisites_policy follow` and then `o conf commit`)
  * Set the environment variable `PERL_MM_USE_DEFAULT` to `1`.
    e.g. run `cpan` as