The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Pod::Spell"

Pod::Spell - a formatter for spellchecking Pod River stage two • 12 direct dependents • 80 total dependents

Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell is 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 you...

HAARG/Pod-Spell-1.26 - 13 Mar 2023 20:22:56 UTC

Pod::Spell::CommonMistakes - Catches common typos in POD River stage two • 4 direct dependents • 15 total dependents

This module looks for any typos in your POD. It differs from Pod::Spell or Test::Spelling because it uses a custom wordlist and doesn't use the system spellchecker. The idea for this came from the <http://wiki.debian.org/Teams/Lintian> code in Debian...

APOCAL/Pod-Spell-CommonMistakes-1.002 - 04 Nov 2014 20:41:50 UTC

Pod::Spell::CommonMistakes::WordList - Holds the wordlist data for Pod::Spell::CommonMistakes River stage two • 4 direct dependents • 15 total dependents

Holds the wordlist used in Pod::Spell::CommonMistakes. Big thanks goes out to the Debian Lintian team for the wordlist! # Data taken from: http://wiki.debian.org/Teams/Lintian ( git://git.debian.org/git/lintian/lintian.git ) # lintian/data/spelling/c...

APOCAL/Pod-Spell-CommonMistakes-1.002 - 04 Nov 2014 20:41:50 UTC

Pod::Wordlist - English words that come up in Perl documentation River stage two • 12 direct dependents • 80 total dependents

Pod::Wordlist is used by Pod::Spell, providing a set of words that are English jargon words that come up in Perl documentation, but which are not to be found in general English lexicons. (For example: autovivify, backreference, chroot, stringify, wan...

HAARG/Pod-Spell-1.26 - 13 Mar 2023 20:22:56 UTC

Pod::Spelling::Aspell - Spell-test POD with Aspell River stage one • 1 direct dependent • 1 total dependent

Checks the spelling in POD using the "aspell" program, which is expected to be found on the system. You may configure and supply an instance of "Text::Aspell" to the constructor with the "aspell" argument. For details of options and methods, see the ...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 UTC

Pod::Spelling::Ispell - Spell-test POD with Ispell River stage one • 1 direct dependent • 1 total dependent

Checks the spelling in POD using the "ispell" program, which is expected to be found on the system. When calling the constructor, you may supply the argument "ispell_path" to specify the full path to the "ispell" executable. This module has a guess, ...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 UTC

Test::Pod::Spelling - A Test library to spell-check POD files River stage one • 1 direct dependent • 1 total dependent

This module exports two routines, described below, to test POD for spelling errors, using either Lingua::Ispell and Text::Aspell. One of those modules must be installed on your system, with their binaries, unless you plan to use the API to provide yo...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 UTC

Pod::Spelling - Send POD to a spelling checker River stage one • 1 direct dependent • 1 total dependent

This module provides extensible spell-checking of POD. At present, it requires either Lingua::Ispell or Text::Aspell, one of which must be installed on your system, with its binaries, unless you plan to use the API to provide your own spell-checker. ...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 UTC

Pod::Simple::XHTML - format Pod as validating XHTML River stage five • 134 direct dependents • 32646 total dependents

This class is a formatter that takes Pod and renders it as XHTML validating HTML. This is a subclass of Pod::Simple::Methody and inherits all its methods. The implementation is entirely different than Pod::Simple::HTML, but it largely preserves the s...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Simple::Words - Parse words and locations from a POD document River stage zero No dependents

This Pod::Simple parser extracts words from POD, with location information. Some other event types are supported for convenience. The intention is to feed this into a spell checker. Note: stopwords This module recognizes inlined stopwords. These are ...

PLICEASE/Pod-Simple-Words-0.07 - 24 Jun 2021 06:38:08 UTC

Pod::Simple::TextContent - get the text content of Pod River stage five • 134 direct dependents • 32646 total dependents

This class is that parses Pod and dumps just the text content. It is mainly meant for use by the Pod::Simple test suite, but you may find some other use for it. This is a subclass of Pod::Simple and inherits all its methods....

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Wordlist::hanekomu - Add words for spell checking POD (DEPRECATED) River stage one • 2 direct dependents • 2 total dependents

When loaded, this module automatically adds Test::Spelling stopwords for POD spell checking, that is, words that should be ignored by the spell check. The stopword list includes some CPAN author names, technical terms (e.g. JSON, URI) and other commo...

DAGOLDEN/Pod-Wordlist-hanekomu-1.132680 - 25 Sep 2013 18:47:37 UTC

Pod::Simple::XMLOutStream - turn Pod into XML River stage five • 134 direct dependents • 32646 total dependents

Pod::Simple::XMLOutStream is a subclass of Pod::Simple that parses Pod and turns it into XML. Pod::Simple::XMLOutStream inherits methods from Pod::Simple....

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::POM::View::TextBasic - Pod::POM::View::Text without sequence formatting River stage one • 1 direct dependent • 1 total dependent

A sub-class of Pod::POM::View::Text that does not ornament inline sequences to indicate their presence. This class was developed to aid spell-checking POD: for that reason, verbatim blocks, inline code sequences, and the bodies of links are ignored u...

LGODDARD/Pod-Spelling-0.23 - 17 Jun 2015 15:21:29 UTC

Pod::Spelling::CommonMistakes - Adaptor for Pod::Spelling to use CommonMistakes as a checker River stage zero No dependents

Adaptor for Pod::Spelling as a backend checker....

APOCAL/Pod-Spelling-CommonMistakes-2.001 - 04 Nov 2014 20:44:37 UTC

Pod::Weaver::Plugin::StopWords - Dynamically add stopwords to your woven pod River stage two • 6 direct dependents • 12 total dependents

This is a Pod::Weaver plugin for dynamically adding stopwords to help pass the Pod Spelling test. It does the Pod::Weaver::Role::Finalizer role. Author names will be included along with any stopwords specified in the plugin config (weaver.ini). Addit...

RWSTAUNER/Pod-Weaver-Plugin-StopWords-1.010 - 28 Dec 2014 05:10:42 UTC

Pod::Wordlist::Author::TABULO - Add words for spell checking POD à la TABULO River stage zero No dependents

This is an EXPERIMENTAL module for my personal use within my authoring workflows (especially with Dist::Zilla). It's there because I don't want to lose my time adding the same stopwords in multiple places. You shouldn't use this module. Everything in...

TABULO/Dist-Zilla-PluginBundle-Author-TABULO-1.000014 - 28 May 2023 01:24:52 UTC

Test::Pod::Spelling::CommonMistakes - Checks POD for common spelling mistakes River stage two • 4 direct dependents • 13 total dependents

This module checks your POD for common spelling errors. This differs from Test::Spelling because it doesn't use your system spellchecker and instead uses Pod::Spell::CommonMistakes for the heavy lifting. Using it is the same as any standard Test::* m...

APOCAL/Test-Pod-Spelling-CommonMistakes-1.001 - 31 Oct 2014 21:37:07 UTC

Pod::Weaver::PluginBundle::Author::LXP - configure Pod::Weaver like LXP River stage one • 1 direct dependent • 1 total dependent

This Pod::Weaver plugin bundle configures Pod::Weaver the way CPAN author "LXP" uses it, achieving the same result as these entries in a weaver.ini file: ;; SETUP ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; "A bundle for the most com...

LXP/Pod-Weaver-PluginBundle-Author-LXP-1.0.0 - 19 Jul 2013 11:20:12 UTC
19 results (0.03 seconds)