Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37038072
en ru br
ALT Linux repositórios
S:1.26-alt1
5.0: 1.01-alt1.1
4.1: 1.01-alt1

Group :: Desenvolvimento/Perl
RPM: perl-Pod-Spell

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.26-alt1
Data da compilação: 15 março 2023, 22:43 ( 54.1 weeks ago )
Tamanho:: 41.59 Kb

Home page:   http://search.cpan.org/dist/Pod-Spell/

Licença: Artistic
Sumário: A formatter for spellchecking Pod
Descrição:

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.

Mantenedor currente: Michael Bochkaryov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-Pod-Spell
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009