Subject: | Strange behavior on cpanp -i --verbose ... |
When the --verbose flag is given to cpanp (with -i), it shows that
CPANPLUS will "pick up" a Makefile.PL that is in the current directory
and try to install it
# mkdir t
# cd t
# touch Makefile.PL
# cpanp -i Xyzzy
^ This will generate a normal error about Xyzzy not existing
# cpanp -i --verbose Xyzzy
^ [ERROR] Unable to create a new distribution object for 't' -- cannot
continue
This could be CPANPLUS's normal mode of operation, and verbose just
shows it, but it seems weird to try and install/test whatever is in cwd