Formatter for spellchecking Pod

Edit Package perl-Pod-Spell
http://search.cpan.org/dist/Pod-Spell/

Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell rather like Pod::Text, except that it doesn't put much effort
into actual formatting, and it suppresses things that look like Perl
symbols or Perl jargon (so that your spellchecking program won't complain
about mystery words like "$thing" or "Foo::Bar" or "hashref").

This class provides no new public methods. All methods of interest are
inherited from Pod::Parser (which see). The especially interesting ones
are `parse_from_filehandle' (which without arguments takes from STDIN
and sends to STDOUT) and `parse_from_file'. But you can probably just
make do with the examples in the synopsis though.

This class works by filtering out words that look like Perl or any form
of computerese (like "`$thing'" or "`N>7'" or "`@{$foo}{'bar','baz'}'",
anything in C<...> or F<...> codes, anything in verbatim paragraphs
(codeblocks), and anything in the stopword list. The default stopword
list for a document starts out from the stopword list defined by
Pod::Wordlist, and can be supplemented (on a per-document basis) by
having `"=for stopwords"' / `"=for :stopwords"' region(s) in a document.

Refresh
Refresh
Source Files
Filename Size Changed
Pod-Spell-1.15.tar.gz 0000029897 29.2 KB
perl-Pod-Spell.changes 0000003801 3.71 KB
perl-Pod-Spell.spec 0000003227 3.15 KB
Revision 15 (latest revision is 22)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 249355 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 15)
- updated to 1.15
      - Convert to strict mode of File::ShareDir::ProjectDistDir (KENTNL)
      - change to use Path::Tiny->lines_utf8
      - Discontinue use of File::Slurp, use Path::Tiny->lines instead
        GH #15 ( Ether )
Comments 0
openSUSE Build Service is sponsored by