perl-pod-spell
Formatter for spellchecking Pod
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 your spellchecking program won't complain about mystery words like "$thing
" or "Foo::Bar
" or "hashref
").
- Versions: 1.25
- Website: https://metacpan.org/release/Pod-Spell
- Licenses: Artistic License 2.0
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of perl-pod-spell
as follows:
guix install perl-pod-spell
Or install a particular version:
guix install perl-pod-spell@1.25
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of perl-pod-spell about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-pod-spell'><img src='https://packages.guix.gnu.org/packages/perl-pod-spell/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-pod-spell/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-pod-spell)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-pod-spell][https://packages.guix.gnu.org/packages/perl-pod-spell/badges/latest-version.svg]]