[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Aspell-user] Perl Pod filter?
From: |
Bill Moseley |
Subject: |
Re: [Aspell-user] Perl Pod filter? |
Date: |
Wed, 16 Mar 2005 14:29:08 -0800 |
User-agent: |
Mutt/1.5.6+20040907i |
On Wed, Mar 16, 2005 at 11:10:19PM +0100, Christoph Hintermüller wrote:
> Hi
> Am Montag, 14. März 2005 23:59 schrieb Bill Moseley:
> > Anyone have any suggestions for spell-checking Perl pod documentation?
> > Pod is often intermixed with code, so it would have to know how to
> > skip that. I use vim as my editor.
> Are there uniqe delimter symbols one opening the pod part and one terminating
> it asside from usual comment which is delimited by hash (#) and end of line?
There's a few. I don't know the spec (perldoc perlpodspec) but My
guess is =\w+ starts a pod section and =cut ends one. There can be
other ^=\w+ inbetween.
And there's also markup within the pod, which would need to be
skipped.
I'll look at the Aspell docs a bit more, but I was just wondering if
anyone has done this yet.
--
Bill Moseley
address@hidden