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

Search results for "module:pod::IO::File"

Pod::Readme - Intelligently generate a README file from POD River stage two • 20 direct dependents • 46 total dependents

This module filters POD to generate a README file, by using POD commands to specify which parts are included or excluded from the README file....

RRWO/Pod-Readme-v1.2.3 - 31 Oct 2018 22:58:15 UTC

Pod::Tree - Create a static syntax tree for a POD River stage one • 2 direct dependents • 2 total dependents

"Pod::Tree" parses a POD into a static syntax tree. Applications walk the tree to recover the structure and content of the POD. See "Pod::Tree::Node" for a description of the tree....

MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC

Pod::WSDL - Creates WSDL documents from (extended) pod River stage one • 1 direct dependent • 1 total dependent

- How to use Pod::WSDL Parsing the pod How does Pod::WSDL work? If you instantiate a Pod::WSDL object with the name of the module (or the path of the file, or an open filehandle) providing the web service like this my $pwsdl = new Pod::WSDL(source =>...

JCOP/Pod-WSDL-0.063 - 21 Oct 2014 23:16:57 UTC

Pod::Multi - pod2man, pod2text, pod2html simultaneously River stage zero No dependents

When you install a Perl module from CPAN, documentation gets installed which is readable with perldoc and (at least on *nix-like systems) with man as well. You can convert that documentation to text and HTML formats with two utilities that come along...

JKEENAN/Pod-Multi-0.10 - 16 May 2017 16:47:12 UTC

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::Parser - base class for creating POD filters and translators 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::Parser is a base class for creating POD filters and translators. It handles most of...

MAREKR/Pod-Parser-1.67 - 03 Jan 2024 21:23:20 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

Pod::Clipper - Extract blocks of POD from a text document River stage zero No dependents

This module allows you to divide a document/string into POD and non-POD blocks of text. This is useful for extracting POD data (or code) from a "mixed" document, like most perl modules on CPAN. POD data is identified as per the perlpodspec manpage. I...

YHA/Pod-Clipper-0.01 - 01 Jun 2010 03:19:33 UTC

Pod::Tree::Pod - Convert a Pod::Tree back to a POD River stage one • 2 direct dependents • 2 total dependents

"Pod::Tree::Pod" converts a Pod::Tree back to a POD. The destination is fixed when the object is created. The "translate" method does the actual translation. For convenience, Pod::Tree::Pod can write the POD to a variety of destinations. The "new" me...

MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 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

Pod::Coverage - Checks if the documentation of a module is comprehensive River stage three • 65 direct dependents • 872 total dependents

Developers hate writing documentation. They'd hate it even more if their computer tattled on them, but maybe they'll be even more thankful in the long run. Even if not, perlmodstyle tells you to, so you must obey. This module provides a mechanism for...

RCLAMP/Pod-Coverage-0.23 - 01 May 2013 13:14:58 UTC

Pod::POM::Web - HTML Perldoc server River stage one • 2 direct dependents • 2 total dependents

Pod::POM::Web is a Web application for browsing the documentation of Perl components installed on your local machine. Since pages are dynamically generated, they are always in sync with code actually installed. The application offers * a tree view fo...

DAMI/Pod-POM-Web-1.27 - 02 Jul 2021 07:10:05 UTC

Pod::Tree::HTML - Generate HTML from a Pod::Tree River stage one • 2 direct dependents • 2 total dependents

"Pod::Tree::HTML" reads a POD and translates it to HTML. The source and destination are fixed when the object is created. Options are provided for controlling details of the translation. The "translate" method does the actual translation. For conveni...

MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC

App::Pod::Example - Base class for pod-example script. River stage zero No dependents

SKIM/App-Pod-Example-0.20 - 29 Mar 2023 09:57:36 UTC

Pod::Readme::Types - Types used by Pod::Readme River stage two • 20 direct dependents • 46 total dependents

This module provides types for use with the modules in Pod::Readme. It is intended for internal use, although some of these may be useful for writing plugins (see Pod::Readme::Plugin)....

RRWO/Pod-Readme-v1.2.3 - 31 Oct 2018 22:58:15 UTC

Pod::Tree::PerlPod - translate Perl PODs to HTML River stage one • 2 direct dependents • 2 total dependents

"Pod::Tree::PerlPod" translates Perl PODs to HTML. It does a recursive subdirectory search through *$perl_dir* to find PODs. "Pod::Tree::PerlPod" generates a top-level index of all the PODs that it finds, and writes it to *HTML_dir*"/pod.html". "Pod:...

MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC

Pod::CopyrightYears - Object for copyright years changing in POD. River stage one • 1 direct dependent • 1 total dependent

SKIM/Pod-CopyrightYears-0.03 - 04 Dec 2023 11:30:02 UTC

Test::Pod::Coverage - Check for pod coverage in your distribution. River stage three • 473 direct dependents • 727 total dependents

Test::Pod::Coverage is used to create a test for your distribution, to ensure that all relevant files in your distribution are appropriately documented in pod. Can also be called with Pod::Coverage parms. use Test::Pod::Coverage tests=>1; pod_coverag...

NEILB/Test-Pod-Coverage-1.10 - 17 Jul 2014 17:10:11 UTC

Perl::Critic::Utils::POD - Utility functions for dealing with POD. River stage three • 133 direct dependents • 408 total dependents

Provides means of accessing chunks of POD....

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC

Perl::ToPerl6::Utils::POD - Utility functions for dealing with POD. River stage zero No dependents

Provides means of accessing chunks of POD....

JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC
22 results (0.05 seconds)