The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:pod::strict"

Lip::Pod - Literate Perl filter River stage zero No dependents

Donald Knuth introduced Literate Programming, which is the idea that computer programs should be written in an expository style, as works of literature. He created a system called web, which implemented his ideas for Pascal and TeX. Later, a derivati...

GREGOR/Lip-Pod-0.001 - 19 Mar 2000 12:40:52 UTC

Pod::Dsr - Convert POD data to formatted DSR input River stage zero No dependents

Pod::Dsr is a module to convert documentation in the POD format (the preferred language for documenting Perl) into Digital Standard Runoff (DSR) input. The resulting DSR code is suitable for display on a terminal using RUNOFF(1) and TYPE(1), or print...

PVHP/Pod2VMSHlp-1.02 - 01 Mar 2001 05:16:46 UTC

Test::Pod - check for POD errors in files River stage four • 819 direct dependents • 2330 total dependents

Check POD files for errors or warnings in a test file, using "Pod::Simple" to do the heavy lifting....

ETHER/Test-Pod-1.52 - 19 Apr 2018 14:41:41 UTC

Pod::Wrap - Wrap pod paragraphs, leaving verbatim text and code alone. River stage two • 1 direct dependent • 13 total dependents

This is a Pod::Parser subclass, based on Pod::Stripper. It parses perl files, wrapping pod text, and leaving everything else intact. It prints it's output to wherever you point it to (like you do with Pod::Parser (and Pod::Stripper))....

NUFFIN/Pod-Wrap-0.01 - 08 Jan 2004 12:51:59 UTC

Pod::Usage - extracts POD documentation and shows usage information River stage five • 625 direct dependents • 19486 total dependents

pod2usage will print a usage message for the invoking script (using its embedded pod documentation) and then exit the script with the desired exit status. The usage message printed may have any one of three levels of "verboseness": If the verbose lev...

MAREKR/Pod-Usage-2.03 - 21 May 2022 17:16:06 UTC

Pod::ToDemo - writes a demo program from a tutorial POD River stage zero No dependents

Pod::ToDemo allows you to write POD-only modules that serve as tutorials which can write out demo programs if you invoke them directly. That is, while SDL::Tutorial is a tutorial on writing beginner SDL applications with Perl, you can invoke it as: $...

CHROMATIC/Pod-ToDemo-1.20110709 - 09 Jul 2011 00:37:06 UTC

Pod::Example - Module for getting example from POD. River stage one • 2 direct dependents • 2 total dependents

SKIM/Pod-Example-0.14 - 21 Nov 2023 12:55:19 UTC

Pod::Cookbook - Recipes for working with POD River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Pod-Cookbook-0.001 - 14 Apr 2020 09:08:10 UTC

Pod::Stripper - strip all pod, and output what's left River stage one • 2 direct dependents • 4 total dependents

This be "Pod::Stripper", a subclass of "Pod::Parser". It parses perl files, stripping out the pod, and dumping the rest (presumably code) to wherever you point it to (like you do with "Pod::Parser"). You could probably subclass it, but I don't see wh...

PODMASTER/Pod-Stripper-0.22 - 28 Feb 2002 06:01:19 UTC

Pod::Eventual - read a POD document as a series of trivial events River stage three • 6 direct dependents • 552 total dependents

POD is a pretty simple format to write, but it can be a big pain to deal with reading it and doing anything useful with it. Most existing POD parsers care about semantics, like whether a "=item" occurred after an "=over" but before a "back", figuring...

RJBS/Pod-Eventual-0.094003 - 31 Dec 2022 21:49:21 UTC

Pod::HTML2Pod - translate HTML into POD River stage zero No dependents

Larry Wall once said (1999-08-27, on the "pod-people" list, I do believe): "The whole point of pod is to get people to document stuff they wouldn't document in any other form." To that end, I wrote this module so that people who are unpracticed with ...

SBURKE/Pod-HTML2Pod-4.05 - 30 Dec 2004 07:49:03 UTC

Perl6::Perldoc::To::Xhtml - Add a to_xhtml() method to Perl6::Perldoc::Parser River stage one • 2 direct dependents • 3 total dependents

This module adds a method named "to_xhtml()" to each of the classes in the "Perl6::Perldoc::Root" hierarchy, enabling them all to produce an XHTML representation of themselves and their nested components. The module also adds a "to_xhtml()" method to...

DCONWAY/Perl6-Perldoc-0.000013 - 28 Oct 2014 20:32:41 UTC

Pod::PseudoPod - A framework for parsing PseudoPod River stage two • 9 direct dependents • 10 total dependents

PseudoPod is an extended set of Pod tags used for book manuscripts. Standard Pod doesn't have all the markup options you need to mark up files for publishing production. PseudoPod adds a few extra tags for footnotes, tables, sidebars, etc. This class...

CHROMATIC/Pod-PseudoPod-0.19 - 01 Sep 2019 20:59:15 UTC

Pod::ToDocBook - Pluggable converter POD data to DocBook. River stage zero No dependents

Pod::ToDocBook - set of XML::ExtOn filters for process POD data. * Pod::ToDocBook::Pod2xml - convert POD to XML * Pod::ToDocBook::DoSequences - process format sequences and links * Pod::ToDocBook::ProcessHeads - process =head's elements * Pod::ToDocB...

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

Pod::Snippets - Extract and reformat snippets of POD so as to use them in a unit test (or other Perl code) River stage one • 1 direct dependent • 2 total dependents

This class is a very simple extension of Pod::Parser that extracts POD snippets from Perl code, and pretty-prints it so as to make it useable from other Perl code. As demonstrated above, Pod::Snipets is immediately useful to test-driven-development n...

DOMQ/Pod-Snippets-0.14 - 12 Oct 2007 17:17:29 UTC

Pod::2::DocBook - Convert Pod data to DocBook SGML River stage zero No dependents

Pod::2::DocBook is a module for translating Pod-formatted documents to DocBook 4.2 SGML (see <http://www.docbook.org/>). It is primarily a back end for pod2docbook, but, as a Pod::Parser subclass, it can be used on its own. The only public extensions...

JKUTEJ/Pod-2-DocBook-0.03 - 02 May 2009 13:45:42 UTC

Pod::ProjectDocs - generates CPAN like project documents from pod. River stage one • 4 direct dependents • 4 total dependents

This module allows you to generates CPAN like pod pages from your modules for your projects. It also creates an optional index page....

MGRUNER/Pod-ProjectDocs-0.53 - 01 Feb 2021 08:47:16 UTC

Test::Pod::Links - test Pod for invalid HTTP/S links River stage zero No dependents

Tests that all HTTP/S links from Pod documentation are reachable by calling the "head" method of HTTP::Tiny on them. All non HTTP/S links are ignored. You can check them with Test::Pod::LinkCheck. This test is an author test and should not run on end...

SKIRMESS/Test-Pod-Links-0.003 - 03 Aug 2019 13:54:38 UTC

Marek::Pod::HTML - convert Perl POD documents to HTML River stage zero No dependents

THIS IS PRELIMINARY SOFTWARE! The "Marek::" namespace is strictly preliminary until a regular place in CPAN is found. Marek::Pod::HTML converts one or more Pod documents into individual HTML files. This is meant to be a successor of Tom Christiansen'...

MAREKR/MarekPodHtml-0.49 - 16 Jan 2003 20:53:56 UTC

Test::Pod::No404s - Using this test module will check your POD for any http 404 links River stage two • 3 direct dependents • 17 total dependents

This module looks for any http(s) links in your POD and verifies that they will not return a 404. It uses LWP::UserAgent for the heavy lifting, and simply lets you know if it failed to retrieve the document. More specifically, it uses $response->is_e...

APOCAL/Test-Pod-No404s-0.02 - 02 Nov 2014 02:38:41 UTC
59 results (0.027 seconds)