Re: podchecker from Pod::Simple
[email protected] (Michael Stevens)
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 02, 2011 at 09:52:53AM -0800, David E. Wheeler wrote: > On Feb 2, 2011, at 9:18 AM, Michael Stevens wrote: > > > This is a quick hack to try to make the core podchecker use Pod::Simple > > to do the checking. It was inspired by discussion on p5p about the > > desirability of making podchecker use Pod::Simple. > > > > It looks like Pod::Parser's validation is different from Pod::Simple, at > > the moment I wouldn't like to comment on what's right. > > > > I just copied the original and did the minimal to make it use > > Pod::Simple instead of Pod::Parser as a backend. > > > > At the moment it's very much a toy, and I wouldn't ask you to pull it. > > I see. It was in your pull request, though. Where is its permanent home? I'd be happy to look at updating it directly in core. Aah, I'd intended the pull request to apply only to the pod whitespace changes. Possibly my github-fu is weak. I'm playing with it in my github fork you've already seen, but not asking anyone to take it yet. I've fixed the .PL thing, as I couldn't work out what that was doing either, it's just a regular script now. The goal is to try to get behaviour vaguely like the core podchecker, with the daydream of eventually replacing it. Michael