Search results for "module:Pod::Simple::Search"
Pod::Simple::Search - find POD documents in directory trees
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
Tk::Pod - Pod browser toplevel widget
Simple Pod browser with hypertext capabilities in a "Toplevel" widget...
SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 UTC
Pod::Find - find POD documents in directory trees
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.66 - 22 Apr 2023 16:52:40 UTC
Pod::Index::Entry - Represents Pod search result
This class represents a POD index entry. An entry is defined by the podname/filename, line number, and context. The entry object also has the ability to extract the POD "scope" from the filename....
ITUB/Pod-Index-0.14 - 16 Oct 2005 00:29:18 UTC
Pod::Site - Build browsable HTML documentation for your app
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::Usage - extracts POD documentation and shows usage information
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::Advent - POD Formatter for The Perl Advent Calendar
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.
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::Browser - Pod Web Server based on Catalyst and ExtJS
This is a Catalyst server which serves PODs. It allows you to browse through your local repository of modules. On the front page is a search box which uses CPAN's xml interface to retrieve the results. If you click on one of them the POD is displayed...
PERLER/Pod-Browser-1.0.1 - 11 Jan 2012 08:35:50 UTC
App::Plog - The one and a half minute blog
Generate a rudimentary HTML blog....
NKH/App-Plog-0.01.12 - 08 May 2010 15:36:26 UTC
Pod::objects - package with objects for representing POD documents
The following section describes the objects returned by Pod::Compiler and their methods. These objects all inherit from Tree::DAG_Node, so all methods described there are valid as well. The set/retrieve methods all work in the following way: If no ar...
MAREKR/Pod-Compiler-0.21 - 22 Sep 2013 15:41:49 UTC
Pod::Markdown - Convert POD to Markdown
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::HTMLEmbed - Make clean html snippets from POD
This module generates small and clean HTML from POD file. Unlike other pod2html modules, this module enables you to get section based html snippets. For example, you can get an html for SYNOPSIS section by following code: my $html = $pod->section('SY...
TYPESTER/Pod-HTMLEmbed-0.04 - 05 Sep 2011 07:57:03 UTC
Pod::Webserver - Minimal web server for local Perl documentation
This module can be run as an application that works as a minimal web server to serve local Perl documentation. It's like perldoc except it works through your browser. "podwebserver -h" displays help: Pod::Webserver version 3.11 Running under perl ver...
RSAVAGE/Pod-Webserver-3.11 - 13 Feb 2016 23:19:52 UTC
Pod::POM::Web - HTML Perldoc server
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::Index::Search - Search for keywords in an indexed pod
This module searches an index created by Pod::Index::Builder. Search results are returned as Pod::Index::Entry objects. It is also possible to search for subtopics for a keyword. For example, a search for "operator" might return things like operator,...
ITUB/Pod-Index-0.14 - 16 Oct 2005 00:29:18 UTC
Test::Pod::Links - test Pod for invalid HTTP/S links
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
Apache::Pod::HTML - base class for converting Pod files to prettier forms
PETDANCE/Apache-Pod-0.22
-
17 Sep 2005 03:55:19 UTC
Pod::Simpler::Aoh - Parse pod into an array of hashes.
LNATION/Pod-Simpler-Aoh-0.09
-
23 May 2023 03:37:24 UTC
Test::Pod::No404s - Using this test module will check your POD for any http 404 links
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