In article <[EMAIL PROTECTED]>, chromatic <[EMAIL PROTECTED]> wrote:
> Wouldn't it be nice to be able to pull up a text entry box online with the > contents of the POD, fix any typos inline, then submit it to the server which > can generate a patch and perhaps redirect me to rt.cpan.org? I think I'd > submit more doc patches that way. Even better would be something like Pod::Spellchecker. I've started the project several times but never had that much motivation to finish it. Things would be simple if it could just spell-check everything, but I want it to be able to skip verbatim blocks, things in C<>, and so on. It's not an especially tough problem, just not as fun for me as other not especially tough problems.