NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Guns don't kill people, people kill people (Score:4, Insightful)
As long as the module CAN be used in accordance with their TOS (ie: as long as I can use it to write a script which I use for Personal Use) then the module itself is not in violation. If they don't like the way some asshole is using the Module, they should go after the asshole.
Re:Guns don't kill people, people kill people (Score:4, Interesting)
I don't they would have asked for it's removal had it not been a pressing issue. I get at least one fucktard a day who wrote a crawler to use on the cpan search engine that doesn't respect robots.txt or anything else for that matter effectively crippling the service for everyone else...idiots with a little perl and not a lot of common sense can ruin your day.
The author removed the module voluntarily. However, the others in the namespace would do well to consider the applications of their modules and compl
Re:Guns don't kill people, people kill people (Score:4, Interesting)
I mean, if people are slamming their site with a module, taking the module off CPAN isn't going to stop them -- they've still got it, and they'll still use it.
There is definitely somethign to be said however for trying to make you modules play as nicely as possible -- having a section in the documentation on how to use the module responsably is good, but module writters might also want to consider putting "safety valves" in their code, tha
Re:Guns don't kill people, people kill people (Score:2, Interesting)
Even outside of the context of this discussion, this is a fabulous idea. Not so much to enable search engines to block abusers, but because software that uses the Net should be self-identifying, especially software that iteratively traverses a site.
(darren)
(darren)
Re:Guns don't kill people, people kill people (Score:0)
Re:Guns don't kill people, people kill people (Score:1)
I'm suggesting some headers that would be completely undocumented, and could only be overridden using an undocumented method. Most people would be completely unaffected (since the extra X headers would be ignored) and anyone who was affected wouldn't have too much trouble looking at the source to figure out where the headers were coming from (especially if the headers themselves were self documenting...
X-CPAN-Module: WWW::Search::FooBar
X-CPAN-Module-Info: you can remove these headers using hide_extra_headers()
X-CPAN-Module-User: hossman@fucit.org
Reply to This
Parent