Subject: | minicpan documentation patch |
The documentation for minicpan mentions that "The local and remote
mirror locations are (for now) hardcoded and should be updated before
running this script for the first time.", but from reviewing the code it
appears this is not true. I suspect it used to be true and the code was
fixed, but the docs lagged behind...
Subject: | minicpan.patch |
--- /opt/perl/bin/minicpan 2006-09-25 08:37:31.000000000 -0400
+++ minicpan 2006-09-25 08:41:47.000000000 -0400
@@ -27,9 +27,6 @@
This simple shell script just updates (or creates) a miniature CPAN mirror as
described in CPAN::Mini.
-The local and remote mirror locations are (for now) hardcoded and should be
-updated before running this script for the first time.
-
=cut
use CPAN::Mini;