Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Pod::Spell 1.01

    Download button

    No screenshots available
    Downloads: 349  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.8/5)
    12 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Sean M. Burke | More programs
    Perl Artistic License / FREE
    January 22nd, 2008, 04:47 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Pod::Spell description

    Pod::Spell is a formatter for spellchecking Pod.

    Pod::Spell is a formatter for spellchecking Pod.

    SYNOPSIS

    % podspell Thing.pm | ispell
    or if you don't have a podspell:
    % perl -MPod::Spell -e "Pod::Spell->new->parse_from_file(shift)" Thing.pm |spell |fmt

    or:
    % perl -MPod::Spell -e "Pod::Spell->new->parse_from_filehandle"
    ...which takes POD on STDIN and sends formatted text to STDOUT
    ...or instead of piping to spell or ispell, use >temp.txt, and open temp.txt in your word processor for spell-checking.

    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.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    spellchecking Pod | spell checking | Perl module | spellchecking | Pod | spelling

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM