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

Search results for "module:Pod::Usage"

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::Usage::CGI - generate usage message for CGI scripts River stage zero No dependents

Provides pod2usage exit from CGI scripts. You may optionally supply a message. By default the message text is escaped to prevent cross-site scripting injection attacks and placed in a div container of class "message" that you can optionally format wi...

BBC/Pod-Usage-CGI-1.010 - 15 Jul 2005 13:02:46 UTC

Pod::Sub::Usage - Module to print sub documentaion from pod! River stage zero No dependents

MZIESCHA/Pod-Sub-Usage-0.02001 - 15 Jun 2018 12:27:36 UTC

Pod::Usage::Return - pod2usage that returns instead of exits River stage one • 2 direct dependents • 5 total dependents

This is a drop-in replacement for Pod::Usage "pod2usage" that returns the exit value instead of calling exit....

PREACTION/Pod-Usage-Return-0.003 - 28 Jun 2014 06:22:25 UTC

Pod::Usage::CommandLine - Add some common command line options from Pod::Usage River stage one • 4 direct dependents • 5 total dependents

Basically a cut/paste from the boilerplate described in Pod::Usage and Getopt::Long so it can be included with a single "use" instead of cut/pasting it. See Getopt::Long for all the intricacies of specifying options. Set $VERSION in a BEGIN block as ...

CTILMES/Pod-Usage-CommandLine-0.04 - 05 May 2009 16:54:09 UTC

MooseX::Getopt::Usage::Pod::Text - pod2text duties for MooseX::Getopt::Usage. River stage two • 9 direct dependents • 13 total dependents

A subclass of Pod::Text to tweak the output to make a nice usage message. Does the following. Lower cases headings (keeping first letter cap). Adds a colon on the end of headings. Changes SYNOPSIS head1 to USAGE. Optionally strips out headings....

PITCHLESS/MooseX-Getopt-Usage-0.24 - 25 Sep 2014 16:09:35 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::Site - Build browsable HTML documentation for your app River stage zero No dependents

This program searches a list of directories and generates a jQuery <http://jquery.org/>-powered documentation site from all of the POD files it finds. It was originally designed for the Bricolage <http://bricolagecms.org/> project but is has evolved ...

DWHEELER/Pod-Site-0.56 - 15 Aug 2015 01:27:30 UTC

Pod::Html - module to convert pod files to HTML River stage five • 11292 direct dependents • 32664 total dependents

Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Pod::Html - module to convert pod files to HTML River stage five • 11292 direct dependents • 32664 total dependents

Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 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::Stupid - The simplest, stupidest 'pod parser' possible River stage zero No dependents

This module was written to do one simple thing: Given some text as input, split it up into pieces of POD "paragraphs" and non-POD "whatever" and output an AoH describing each piece found, in order. The end user can do whatever s?he wishes with the ou...

SSCAFFIDI/Pod-Stupid-0.005 - 17 Sep 2010 21:32:57 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::Pandoc - process Plain Old Documentation format with Pandoc River stage zero No dependents

The Plain Old Documentation format (Pod) is a markup language used to document Perl code (see perlpod for reference). Several Perl modules exist to process and convert Pod into other formats. Pod::Pandoc is an attempt to unify and extend Pod converti...

VOJ/Pod-Pandoc-0.5.0 - 11 May 2018 21:24:46 UTC

Pod::Server - a web server for locally installed perl documentation River stage zero No dependents

In the Ruby world, there is a utility called "gem_server" which starts up a little web server that serves documentation for all the locally installed RubyGems. When I was coding in Ruby, I found it really useful to know what gems I had installed and ...

BEPPU/Pod-Server-1.14 - 20 Feb 2014 03:16:09 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::Tests - (DEPRECATED) Extracts embedded tests and code examples from POD River stage zero No dependents

This is a specialized POD viewer to extract embedded tests and code examples from POD. It doesn't do much more than that. pod2test does the useful work. Parsing After creating a Pod::Tests object, you parse the POD by calling one of the available par...

ETHER/Pod-Tests-1.20 - 02 Mar 2019 20:49:29 UTC

Pod::Perldocs - view remote pod via Pod::Perldoc River stage zero No dependents

This is a drop-in replacement for "perldoc" based on "Pod::Perldoc". Usage is the same, except in the case when documentation for a module cannot be found on the local machine, in which case a query (via LWP or SOAP::Lite) will be made to a remote po...

ISHIGAKI/Pod-Perldocs-0.17 - 06 Jan 2011 07:12:00 UTC

Pod::Modifier - Add sections to an existing POD dynamically. River stage zero No dependents

Pod::Modifier allows adding to a Perl Modules' POD, dynamically, sections from POD of other Perl Modules. The alias (new 'head or header' to be given to) and index of appearance of these added sections can be changed as per provided APIs. Pod::Modifi...

VERMAUDH/Pod-Modifier-1 - 22 Jan 2021 15:12:08 UTC

Pod::Constant - source constants from POD to avoid repetition River stage zero No dependents

It is often neccessary to refer to 'default values' or important constant values in your POD, but then you have to put them in your code as well, and they can easily get out of sync. "use" this module and you can import variables from the POD directl...

RJH/Pod-Constant-0.1 - 26 Feb 2012 01:04:03 UTC
65 results (0.042 seconds)