Quote:
Also sprach Jim Keenan:
Once I read the docs more closely, I realize that that extraneous
'install' was triggering the bizarre behavior. But I have no idea
what the relation is between the extraneous 'install' and Junoscript.
The reason is that Junoscript has a file called 'install.pm' in the
toplevel-directory of the tarball. Since CPAN doesn't need to be fed the
toplevel name of a module but just the name of one of its packages,
trying to install 'install' will yield the above behaviour.
Tassilo