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

Search results for "module:pod server"

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

Perldoc::Server::Model::Pod - Catalyst Model River stage zero No dependents

Catalyst Model....

JONALLEN/Perldoc-Server-0.10 - 15 Nov 2011 17:52:36 UTC

Pod::Browser - Pod Web Server based on Catalyst and ExtJS River stage one • 1 direct dependent • 1 total dependent

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

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::Webserver - Minimal web server for local Perl documentation River stage one • 3 direct dependents • 4 total dependents

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::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::Xhtml - Generate well-formed XHTML documents from POD format documentation River stage two • 7 direct dependents • 13 total dependents

new Pod::Xhtml( [ OPTIONS ] ) Create a new object. Optionally pass in some options in the form 'new Pod::Xhtml( StringMode => 1);' $parser->parse_from_file( INPUTFILE, [OUTPUTFILE] ) Read POD from the input file, output to the output file (or STDOUT ...

BBC/Pod-Xhtml-1.61 - 02 Aug 2010 15:30:37 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

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::Escapes - for resolving Pod Elt...gt sequences River stage five • 11 direct dependents • 32646 total dependents

This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters. By default, Pod::Escapes exports none of its symbols. But you can request any of them to be exported. E...

NEILB/Pod-Escapes-1.07 - 09 Dec 2014 21:35:04 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::HtmlTree - Create a hierarchy of HTML documents from your module's PMs. River stage zero No dependents

So you've just created a great new Perl module distribution including several *.pm files? You've added nice POD documentation to each of them and now you'd like to view it nicely formatted in a web browser? And you'd also like to navigate between all...

MSCHILLI/Pod-HtmlTree-0.97 - 25 Apr 2004 19:26:11 UTC

Pod::Confluence - Converts pod to confluence flavored markdown River stage zero No dependents

This module uses Pod::Simple to convert POD to Confluence structured storage format. The output can be cut/paste into the source view of a page, or you can use the Confluence API to push directly to the server....

LTHEISEN/Pod-Confluence-1.01 - 05 Jan 2017 23:10:18 UTC

PLS::Parser::Pod River stage zero No dependents

This class finds and parses POD for an element. It formats the POD into markdown suitable for sending to the Language Server Protocol....

MREISNER/PLS-0.905 - 21 Jan 2023 21:56:31 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::Simple::XHTML - format Pod as validating XHTML River stage five • 134 direct dependents • 32646 total dependents

This class is a formatter that takes Pod and renders it as XHTML validating HTML. This is a subclass of Pod::Simple::Methody and inherits all its methods. The implementation is entirely different than Pod::Simple::HTML, but it largely preserves the s...

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

Catalyst::Controller::POD - Serves PODs right from your Catalyst application River stage one • 1 direct dependent • 2 total dependents

This is a catalyst controller which serves PODs. It allows you to browse through your local repository of modules. On the front page of this controller is a search box which uses CPAN's xml interface to retrieve the results. If you click on one of th...

PERLER/Catalyst-Controller-POD-1.0.0 - 25 Jan 2011 10:43:25 UTC

Test::Pod::LinkCheck::Lite - Test POD links River stage one • 1 direct dependent • 1 total dependent

This Perl module tests POD links. A given file generates one failure for each broken link found. If no broken links are found, one passing test is generated. This all means that there is no way to know how many tests will be generated, and you will n...

WYANT/Test-Pod-LinkCheck-Lite-0.013 - 03 Mar 2024 13:38:11 UTC
29 results (0.057 seconds)