![]() |
|
"be consistent" | |
PerlMonks |
Re^3: Where does CPAN store its build directories and logs under cygwin?by shmem (Chancellor) |
on Jan 07, 2021 at 17:06 UTC ( #11126541=note: print w/replies, xml ) | Need Help?? |
Do you know where the build logs are saved in your configuration? As a lazy bloke I would run cpan under strace capturing open() system calls and inspect the resulting logfile:
That would give me a clue where which files are written.
perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
In Section
Seekers of Perl Wisdom
|
|