in reply to Re^2: Indexing failed for installing Tk
in thread Indexing failed for installing Tk
cpan seems to fail trying to use CPAN::SQLite. For the moment disable it then try to install Tk:
o conf use_sqlite 0 o conf commit install Tk
Update: if you're using Strawberry perl, it ships with cpanm by default, which is faster than cpan: cpanm Tk.
|
|---|