Can you please explain why in the CPAN shell, both
install webreaper
nor
i /webreaper/
fail to find anything?
I'm with Win on this issue, it's not our job to first find out who this module is registered to, or how to spell his user name, and then tell CPAN to look into his directory, and all that just to find its complete distribution name.
This is not how things are usually done. This is why we have computers.
| [reply] [d/l] [select] |
it's not our job to first find out who this module is registered to
It's not a module. That's why it is not on the module list available to the CPAN shell.
There are many things on CPAN worth both using and learning from which aren't available
via the CPAN shell. It's then our job to find out other ways to get and install them - TIMTOWTDI.
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
| [reply] |
It's not a module. That's why it is not on the module list available to the CPAN shell.
Thanks, that makes sense, at least, technically.
It's not ideal, though. CPAN, at least in my expectations, is supposed to find everything available on CPAN, and not just the modules.
So when searching for something, it should check more than just the modules list.
After all, it does find it when you ask for BDFOY's stuff. So, why can't it just scan that list too? (I'm guessing it must be either the authors' list, or the dist list.)
Oh, I know. "Patches welcome." :)
| [reply] |
In addition to what shmem said
"it's not our job to first find out who this module is registered to, or how to spell his user name"
Surely this is a moot point because the URL (where you can download tar.gz file) that he posted returns all of this information?
Update: Also see my update to Re^3: Webreaper - is it any good?
Martin
| [reply] |