Mental note nr. 7

cog on 2005-10-12T12:11:03

Don't put anything important inside the directory CPAN::Mini is going to work on.

Repeat:

Don't put anything important inside the directory CPAN::Mini is going to work on.


Re:

Aristotle on 2005-10-12T16:42:13

. o O ( “Hmm, I’m going to need a lot of space for these files. Eh, I’ll just put them in /tmp for now.” )

From the original article...

merlyn on 2005-10-12T20:00:25

From the original article:
        =12=    ## warning: unknown files below this dir are deleted!
        =13=    my $LOCAL = "/Users/merlyn/MIRROR/MINICPAN/";
and from the text:
And, as the comment warns, this program owns the contents of that directory, and is free to delete anything it sees fit, so keep that in mind as you are specifying the path.

Re:From the original article...

cog on 2005-10-13T09:21:32

So, basically, telling CPAN::Mini to put CPAN on / would be a bad idea :-)

Re:From the original article...

merlyn on 2005-10-14T11:44:12

Of the categories "smart things to do" and "other things to do", I'd file that under the latter, yes.