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

Search results for "Capture::Tiny"

Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs River stage four • 612 direct dependents • 8770 total dependents

Capture::Tiny provides a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being p...

DAGOLDEN/Capture-Tiny-0.48 - 22 Apr 2018 07:09:08 UTC - Search in distribution

Capture::Tiny::Extended - Capture STDOUT and STDERR from from Perl, XS or external programs (with some extras) River stage one • 1 direct dependent • 1 total dependent

Capture::Tiny::Extended is a fork of Capture::Tiny. It is functionally identical with the parent module, except for the differences documented in this POD. Please see the documentation of Capture::Tiny for details on standard usage. Please note that ...

MITHALDU/Capture-Tiny-Extended-0.114 - 04 Aug 2011 08:43:54 UTC - Search in distribution

Acme::Capture - Use Capture::Tiny with a different _relayer() method River stage zero No dependents

KEICHNER/Acme-Capture-0.01 - 24 Jan 2016 15:52:36 UTC - Search in distribution

CGI::Capture - Meticulously thorough capture and replaying of CGI calls River stage one • 1 direct dependent • 2 total dependents

CGI does a terribly bad job of saving CGI calls. "CGI::Capture" tries to resolve this and save a CGI call in as much painstaking detail as it possibly can. Because of this, "CGI::Capture" should work with server logins, cookies, file uploads, strange...

ETHER/CGI-Capture-1.15 - 30 May 2022 21:18:09 UTC - Search in distribution

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

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

PPR - Pattern-based Perl Recognizer River stage two • 10 direct dependents • 33 total dependents

The PPR module provides a single regular expression that defines a set of independent subpatterns suitable for matching entire Perl documents, as well as a wide range of individual syntactic components of Perl (i.e. statements, expressions, control b...

DCONWAY/PPR-0.001008 - 11 Apr 2023 05:50:32 UTC - Search in distribution
  • PPR::X - Pattern-based Perl Recognizer

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

pcplist - List installed Perl::Critic policy modules River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PerlCriticUtils-0.008 - 10 Mar 2023 00:05:18 UTC - Search in distribution

bencher - A benchmark framework (CLI) River stage zero No dependents

Bencher is a benchmark framework. You specify a *scenario* (either in a "Bencher::Scenario::*" Perl module, or a Perl script, or over the command-line) containing list of *participants* and *datasets*. Participants are codes or commands to run, and d...

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

Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper. River stage one • 2 direct dependents • 2 total dependents

The user modules in this package provide an object oriented API. The IO agents, requests sent, and responses received from the Apache Kafka or mock servers are all represented by objects. This makes a simple and powerful interface to these services. ...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC - Search in distribution
  • Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper.

Nile - Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme. River stage zero No dependents

Nile - Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme. Beta version, API may change. The project's homepage <https://github.com/mewsoft/Nile>. The main idea in this framework is to separate all the htm...

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC - Search in distribution

classesfaq - frequently asked questions about the Perl classes pragma River stage one • 1 direct dependent • 1 total dependent

RMUHLE/classes-0.944 - 08 Mar 2008 16:10:50 UTC - Search in distribution

MVC::Neaf - Not Even A (Web Application) Framework River stage zero No dependents

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC - Search in distribution

Test::Cmd - Perl module for portable testing of commands and scripts River stage two • 13 direct dependents • 35 total dependents

The "Test::Cmd" module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system. The "Test::Cmd" module makes...

NEILB/Test-Cmd-1.09 - 25 Oct 2015 11:50:21 UTC - Search in distribution

GraphViz2 - A wrapper for AT&T's Graphviz River stage two • 19 direct dependents • 21 total dependents

Overview This module provides a Perl interface to the amazing Graphviz <http://www.graphviz.org/>, an open source graph visualization tool from AT&T. It is called GraphViz2 so that pre-existing code using (the Perl module) GraphViz continues to work....

ETJ/GraphViz2-2.67 - 21 Jul 2022 12:49:05 UTC - Search in distribution

Carp::Proxy - Diagnostic delegation River stage one • 1 direct dependent • 1 total dependent

Carp::Proxy is a framework for throwing exceptions. The goal is to couple the small lexical footprint of the die() statement with support for comprehensive error messages. Good diagnostics pay for themselves; let's make them easier to produce. Error ...

THAIRMAN/Carp-Proxy-0.16 - 27 Feb 2020 05:05:16 UTC - Search in distribution

Log::Report - report a problem, with exceptions and translation support River stage two • 36 direct dependents • 86 total dependents

Get messages to users and logs. "Log::Report" combines three tasks which are closely related in one: . logging (like Log::Log4Perl and syslog), and . exceptions (like error and info), with . translations (like "gettext" and Locale::TextDomain) You do...

MARKOV/Log-Report-1.36 - 27 Oct 2023 13:07:42 UTC - Search in distribution

Dancer2::Manual - A gentle introduction to Dancer2 River stage three • 156 direct dependents • 176 total dependents

Dancer2 is a free and open source web application framework written in Perl. It's a complete rewrite of Dancer, based on Moo and using a more robust and extensible fully-OO design. It's designed to be powerful and flexible, but also easy to use - get...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC - Search in distribution

Set::Array - Arrays as objects with lots of handy methods River stage two • 16 direct dependents • 20 total dependents

Set::Array allows you to create arrays as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQs, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corres...

RSAVAGE/Set-Array-0.30 - 17 Sep 2013 23:39:08 UTC - Search in distribution

LaTeXML::Package - Support for package implementations and document customization. River stage one • 2 direct dependents • 2 total dependents

This module provides a large set of utilities and declarations that are useful for writing `bindings': LaTeXML-specific implementations of a set of control sequences such as would be defined in a LaTeX style or class file. They are also useful for co...

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC - Search in distribution
129 results (0.118 seconds)