Re: Pod Spelling

2006-10-04 Thread Adam Kennedy
In addition to my own modules, I've used it on Perl::Critic and PPI and (aside from Adam Kennedy's weird Aussie spelling!) and it worked great. That's about 29,000 lines of well-documented code -- I'm not sure if you consider that large or not. Perl::Critic currently has 29 stopwords not incl

Re: Pod Spelling

2006-10-04 Thread Chris Dolan
On Oct 4, 2006, at 3:29 PM, Ovid wrote: --- Ivan Tubert-Brohman <[EMAIL PROTECTED]> wrote: Have you tried Pod::Spell and Test::Spelling? I think they already do that. I've tried Test::Spelling only to discover that there are so many exceptions which it doesn't recognize that it was very pain

Re: AnnoCPAN Doc Patch Maker

2006-10-04 Thread chromatic
On Wednesday 04 October 2006 20:36, Ivan Tubert-Brohman wrote: > I couldn't resist the temptation and started working on this feature. > It's almost done now, I think it should be up by tomorrow or Friday. No one has said this in a while, so: Thank you! Great work! -- c

Re: Proposal for author test envvar standard (was Re: Suggestionsfor cpantesters)

2006-10-04 Thread Adam Kennedy
Chris Dolan wrote: On Oct 3, 2006, at 11:04 PM, Adam Kennedy wrote: I'd ideally like to keep this constrained to a single environment variable. These tests are all the same sort of thing, tests that you run before you release, but not otherwise. If so, there's the existing AUTOMATED_TESTING

Re: Pod Spelling

2006-10-04 Thread Christopher H. Laco
Ovid wrote: > --- Ivan Tubert-Brohman <[EMAIL PROTECTED]> wrote: >> Have you tried Pod::Spell and Test::Spelling? I think they already do >> that. > > I've tried Test::Spelling only to discover that there are so many > exceptions which it doesn't recognize that it was very painful to try > and inc

Re: Pod Spelling

2006-10-04 Thread Ovid
--- Ivan Tubert-Brohman <[EMAIL PROTECTED]> wrote: > > Have you tried Pod::Spell and Test::Spelling? I think they already do > that. I've tried Test::Spelling only to discover that there are so many exceptions which it doesn't recognize that it was very painful to try and include in a test suite.

Pod Spelling

2006-10-04 Thread Ivan Tubert-Brohman
brian d foy wrote: "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 s

Re: AnnoCPAN Doc Patch Maker

2006-10-04 Thread Chris Dolan
On Oct 3, 2006, at 3:58 PM, brian d foy wrote: 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 verbati

Re: Proposal for author test envvar standard (was Re: Suggestions for cpantesters)

2006-10-04 Thread David Golden
I think this thread is headed towards completely over-engineering this. For those who really want to customize what gets run when, I think brian's Test::Manifest solution looks like a winner. WIth environment variables, I prefer simplicity: * AUTOMATED_TESTING -- signals that it's *unattended*,

Re: AnnoCPAN Doc Patch Maker

2006-10-04 Thread Ivan Tubert-Brohman
On 10/3/06, chromatic <[EMAIL PROTECTED]> wrote: I read a lot of documentation for CPAN modules and find a fair few typos. Yet making patches for the POD is a hassle; I would have to download the archive, uncompress it, copy the file, fix the typo, generate a patch, and submit it. Wouldn't it b

Re: AnnoCPAN Doc Patch Maker

2006-10-04 Thread brian d foy
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 thin

Re: Proposal for author test envvar standard (was Re: Suggestions for cpantesters)

2006-10-04 Thread brian d foy
In article <[EMAIL PROTECTED]>, Chris Dolan <[EMAIL PROTECTED]> wrote: > On Oct 3, 2006, at 11:13 AM, David Golden wrote: > > > Given what you use, perhaps qr/AUTHOR_TEST/ is a good idea. > > That's cool. Then I could do C > in my .t files and just set that to 1 in my .cshrc for all time. I