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

Search results for "module:Pod::Simple::Progress"

lib/Pod/Simple/Progress.pm River stage five • 134 direct dependents • 32646 total dependents

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

Pod::Find - find POD documents in directory trees River stage four • 98 direct dependents • 1275 total dependents

NOTE: This module is considered legacy; modern Perl releases (5.31.1 and higher) are going to remove Pod-Parser from core and use Pod::Simple for all things POD. Pod::Find provides a set of functions to locate POD files. Note that no function is expo...

MAREKR/Pod-Parser-1.67 - 03 Jan 2024 21:23:20 UTC

Pod::Advent - POD Formatter for The Perl Advent Calendar River stage zero No dependents

This module provides a POD formatter that is designed to facilitate the create of submissions for The Perl Advent Calendar (<http://perladvent.pm.org>) by providing authors with simple markup that will be automatically transformed to full-fill the sp...

DAVIDRW/Pod-Advent-0.24 - 21 Feb 2011 18:28:37 UTC

POD::Tested - Test the code in your POD and generates POD. River stage one • 1 direct dependent • 2 total dependents

This module lets you write POD documents that are testable. It also let's you generate pod sections dynamically. Any verbatim section (indented section) is considered part of the POD and the code to be tested. See the *not_tested* tag for verbatim se...

NKH/POD-Tested-0.06.4 - 15 Jan 2009 10:13:43 UTC

Pod::Outline - For generating outlines of POD files River stage zero No dependents

PETDANCE/Pod-Outline-0.10 - 03 Jan 2005 04:07:06 UTC

Pod::ROBODoc - Convert ROBODoc to Pod. River stage zero No dependents

Pod::ROBODoc is a simple ROBODoc-to-Pod converter....

MGRIMM/Pod-ROBODoc-0.3 - 26 Jan 2010 16:53:43 UTC

App::Plog - The one and a half minute blog River stage zero No dependents

Generate a rudimentary HTML blog....

NKH/App-Plog-0.01.12 - 08 May 2010 15:36:26 UTC

Pod::WikiDoc - Generate Pod from inline wiki style text River stage two • 1 direct dependent • 22 total dependents

Pod works well, but writing it can be time-consuming and tedious. For example, commonly used layouts like lists require numerous lines of text to make just a couple of simple points. An alternative approach is to write documentation in a wiki-text sh...

DAGOLDEN/Pod-WikiDoc-0.21 - 08 May 2017 19:03:28 UTC

Pod::Markdown - Convert POD to Markdown River stage three • 49 direct dependents • 185 total dependents

This module uses Pod::Simple to convert POD to Markdown. Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate. By default "markdown" and "html" formatted regions are accepted. Regions of "ma...

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 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::Simple::Vim - Render pod for display in vim River stage zero No dependents

This module translates pod into a format used by the vim PERLDOC2 plugin to display perl documentation with syntax highlighting, rather than as plain text....

PSHANGOV/Pod-Simple-Vim-0.02 - 30 Mar 2009 15:19:38 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

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

Pod::Simpler::Aoh - Parse pod into an array of hashes. River stage one • 1 direct dependent • 1 total dependent

LNATION/Pod-Simpler-Aoh-0.09 - 23 May 2023 03:37:24 UTC

Pod::Simple::Search - find POD documents in directory trees River stage five • 134 direct dependents • 32646 total dependents

Pod::Simple::Search is a class that you use for running searches for Pod files. An object of this class has several attributes (mostly options for controlling search options), and some methods for searching based on those attributes. The way to use t...

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

Test::Pod::LinkCheck - Tests POD for invalid links River stage two • 5 direct dependents • 21 total dependents

This module looks for any links in your POD and verifies that they point to a valid resource. It uses the Pod::Simple parser to analyze the pod files and look at their links. In a nutshell, it looks for "L<Foo>" links and makes sure that Foo exists. ...

APOCAL/Test-Pod-LinkCheck-0.008 - 02 Nov 2014 00:39:38 UTC

Pod::PseudoPod::XHTML - format PseudoPod as valid XHTML River stage zero No dependents

This class is a formatter that takes PseudoPod and renders it as valid XHTML. This is a subclass of Pod::PseudoPod::HTML, and from there Pod::PseudoPod, and inherits all their methods. This code has been shamelessly ripped off from Pod::PseudoPod::HT...

AYOUNG/Pod-PseudoPod-XHTML-1.02 - 22 Aug 2011 18:42:22 UTC

Pod::PseudoPod::LaTeX - convert Pod::PseudoPod documents into LaTeX River stage zero No dependents

CHROMATIC/Pod-PseudoPod-LaTeX-1.20190729 - 29 Jul 2019 22:03:53 UTC

Pod::Simple::HTMLBatch - convert several Pod files to several HTML files River stage five • 134 direct dependents • 32646 total dependents

This module is used for running batch-conversions of a lot of HTML documents This class is NOT a subclass of Pod::Simple::HTML (nor of bad old Pod::Html) -- although it uses Pod::Simple::HTML for doing the conversion of each document. The normal use ...

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

Perl::Examples::POD::Text - Show the various examples of text River stage one • 1 direct dependent • 1 total dependent

This is a normal paragraph under Description. This is a normal paragraph under Description. This is a normal paragraph under Description. This is a normal paragraph under Description. Mention a module: Pod::Simple. Mention a module and linkify it: Po...

PERLANCAR/Perl-Examples-0.096 - 11 May 2023 00:05:33 UTC
23 results (0.053 seconds)