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

Search results for "Pod::PlainText"

Pod::PlainText - Convert POD data to formatted ASCII text 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::PlainText is a module that can convert documentation in the POD format (the preferr...

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

Pod::PseudoPod::DOM::Elements - the base classes for PseudoPod DOM objects River stage one • 1 direct dependent • 1 total dependent

CHROMATIC/Pod-PseudoPod-DOM-1.20210620.2040 - 20 Jun 2021 20:41:09 UTC - Search in distribution

Pod::Simple::Text - format Pod as plaintext River stage five • 134 direct dependents • 32646 total dependents

This class is a formatter that takes Pod and renders it as wrapped plaintext. Its wrapping is done by Text::Wrap, so you can change $Text::Wrap::columns as you like. This is a subclass of Pod::Simple and inherits all its methods....

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

Pod::Perldoc::ToText - let Perldoc render Pod as plaintext River stage five • 27 direct dependents • 19502 total dependents

This is a "plug-in" class that allows Perldoc to use Pod::Text as a formatter class. It supports the following options, which are explained in Pod::Text: alt, indent, loose, quotes, sentence, width For example: perldoc -o text -w indent:5 Some::Modul...

MALLEN/Pod-Perldoc-3.28 - 16 Mar 2017 01:14:07 UTC - Search in distribution

Pod::PseudoPod::Text - format PseudoPod as plaintext River stage two • 9 direct dependents • 10 total dependents

This class is a formatter that takes PseudoPod and renders it as wrapped plaintext. Its wrapping is done by Text::Wrap, so you can change $Text::Wrap::columns as you like. This is a subclass of Pod::PseudoPod and inherits all its methods....

CHROMATIC/Pod-PseudoPod-0.19 - 01 Sep 2019 20:59:15 UTC - Search in distribution

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 166 direct dependents • 2151 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution

perlvms - VMS-specific documentation for Perl River stage five • 11292 direct dependents • 32664 total dependents

Gathered below are notes describing details of Perl 5's behavior on VMS. They are a supplement to the regular Perl 5 documentation, so we have focussed on the ways in which Perl 5 functions differently under VMS than it does under Unix, and on the in...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

Rinci - Language-neutral metadata for your code entities River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Rinci-1.1.104 - 13 Jan 2024 00:11:12 UTC - Search in distribution

Bencher - A benchmark framework River stage zero No dependents

Bencher is a benchmark framework. The main feature of Bencher is permuting list of Perl codes with list of arguments into benchmark items, and then benchmark them. You can run only some of the items as well as filter codes and arguments to use. You c...

PERLANCAR/Bencher-1.062.4 - 19 Feb 2024 04:45:38 UTC - Search in distribution

GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2 River stage two • 29 direct dependents • 40 total dependents

This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from the Graphviz project (http://www.gra...

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC - Search in distribution

Net::OSCAR - Implementation of AOL's OSCAR protocol for instant messaging (for interacting with AIM a.k.a. AOL IM a.k.a. AOL Instant Messenger - and ICQ, too!) River stage one • 1 direct dependent • 2 total dependents

TODDR/Net-OSCAR-1.928 - 07 Oct 2010 14:34:40 UTC - Search in distribution

Mail::Bulkmail - Platform independent mailing list module River stage zero No dependents

Mail::Bulkmail gives a fairly complete set of tools for managing mass-mailing lists. I initially wrote it because the tools I was using at the time were just too damn slow for mailing out to thousands of recipients. I keep working on it because it's ...

JIMT/Mail-Bulkmail-3.12 - 22 Dec 2003 22:20:31 UTC - Search in distribution

Perl::Critic - Critique Perl source code for best-practices. River stage three • 133 direct dependents • 408 total dependents

Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to...

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

Perl::ToPerl6 - Critique Perl source code for best-practices. River stage zero No dependents

Perl::ToPerl6 is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::ToPerl6 is distributed with a number of Perl::ToPerl6::Transformer modules that at...

JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC - Search in distribution

diff-doc-text - Diff the text of two Office word-processor documents (.doc, .docx, .odt, etc) River stage one • 1 direct dependent • 1 total dependent

This is a wrapper for the Unix command diff. It assumes that each file is an Office word-processor documents (.doc, .docx, .odt, etc) and tries to convert the file to plaintext first. It then passes the converted files to "diff"....

PERLANCAR/App-DiffDocText-0.004 - 02 Dec 2022 00:05:46 UTC - Search in distribution

Apache::XPP River stage zero No dependents

Apache::XPP is an HTML parser which on run time compiles and runs embedded perl code....

CNATION/Apache-XPP-2.02 - 12 Mar 2002 06:32:15 UTC - Search in distribution

POE::Component::SSLify - Makes using SSL in the world of POE easy! River stage two • 13 direct dependents • 23 total dependents

This component is a method to simplify the SSLification of a socket before it is passed to a POE::Wheel::ReadWrite wheel in your application. Client usage # Import the module use POE::Component::SSLify qw( Client_SSLify ); # Create a normal SocketFac...

APOCAL/POE-Component-SSLify-1.012 - 14 Nov 2014 20:21:21 UTC - Search in distribution

Regexp::Pattern - Convention/framework for modules that contain collection of regexes River stage two • 11 direct dependents • 24 total dependents

Regexp::Pattern is a convention for organizing reusable regexp patterns in modules, as well as framework to provide convenience in using those patterns in your program. Structure of an example Regexp::Pattern::* module package Regexp::Pattern::Exampl...

PERLANCAR/Regexp-Pattern-0.2.14 - 01 Apr 2020 00:56:32 UTC - Search in distribution

CGI::Wiki::Kwiki - An instant wiki built on CGI::Wiki. River stage zero No dependents

A simple-to-use front-end to CGI::Wiki. It can be used for several purposes: to migrate from a CGI::Kwiki wiki (its original purpose), to provide a quickly set up wiki that can later be extended to use more of CGI::Wiki's capabilities, and so on. It ...

KAKE/CGI-Wiki-Kwiki-0.59 - 29 Jan 2005 12:43:07 UTC - Search in distribution
46 results (0.072 seconds)