I wonder what the semantics should be when the user says
Show quoted text cpan> install Foo Bar Bundle::Baz
One could argue that always the last failed module should be taken as
the default, because the most likely thing people are interested in is
the last failure. But this contradicts your subject line. And if the
last failure happened many commands before the last command? In the case
above, if nothing fails?
This complicated thinking was the reason why I never implemented such a
shortcut. But today I think, the least complicated solution should be
implemented: not the least complicated to implement but to explain/document.
We could say: look without argument visits the last failed distribution
and if there was no failure then it visits nothing. This could be
documented in one sentence and would help in many cases.
Your opinion welcome.
Thanks,