Subject: | patch to minicpan-fromlist |
Please apply this path to minicpan-fromlist. It fixes the bugs reported
in the other bug report.
1a2,4
Show quoted text
>
> eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
> if 0; # not running under some shell
36c39
< return unless -e $filename;
---
Show quoted text> return unless -f $filename;
74c77
< CPAN::Mini::FromList->delete_02packages($local);
---
Show quoted text> CPAN::Mini::FromList->delete_02packages($config{local});
78c81
< local => $config{local_fromlist}
---
Show quoted text> local => $config{local_fromlist},
89c92
< CPAN::Mini::FromList->generate_fake_02packages($local);
---
Show quoted text> CPAN::Mini::FromList->generate_fake_02packages($config{local});