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

Search results for "DOLMEN"

Padre - Perl Application Development and Refactoring Environment River stage two • 56 direct dependents • 56 total dependents

Configuration The application maintains its configuration information in a directory called .padre. Other On Strawberry Perl you can associate .pl file extension with C:\strawberry\perl\bin\wxperl and then you can start double clicking on the applica...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC - Search in distribution

File::Temp - return name and handle of a temporary file safely River stage five • 2431 direct dependents • 32646 total dependents

"File::Temp" can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehand...

ETHER/File-Temp-0.2311 - 03 Oct 2020 04:04:55 UTC - Search in distribution

HTTP::Tiny - A small, simple, correct HTTP/1.1 client River stage four • 404 direct dependents • 3271 total dependents

This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies and redirection. It also correctly resu...

DAGOLDEN/HTTP-Tiny-0.088 - 11 Jul 2023 12:54:02 UTC - Search in distribution

aliased - Use shorter versions of class names. River stage four • 123 direct dependents • 1155 total dependents

"aliased" is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so ...

ETHER/aliased-0.34 - 03 Jan 2015 20:41:20 UTC - Search in distribution

App::Cmd - write command line apps with less suffering River stage three • 100 direct dependents • 943 total dependents

App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved. For information on how to start using App::Cmd, see App::Cmd::Tutorial....

RJBS/App-Cmd-0.336 - 26 Aug 2023 15:08:06 UTC - Search in distribution

Win32::Daemon - Extension enabling Win32 Perl scripts to run as a true Win32 service. River stage zero No dependents

This extension enables a Win32 Perl script to act as a true Win32 service....

XENU/Win32-Daemon-20200728 - 28 Jul 2020 01:50:05 UTC - Search in distribution

which - locate a command River stage zero No dependents

"which" returns the pathname of the files which would be executed in the current environment. It does this by searching the PATH for executable files matching the name of the argument. As this is Win32: * the current directory is explored before PATH...

DOLMEN/Win32-App-which-1.030 - 18 Apr 2015 19:25:51 UTC - Search in distribution

JSON::Parse - Parse JSON River stage two • 35 direct dependents • 77 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

IPC::Run3::Shell - Perl extension for calling system commands as if they were Perl functions River stage one • 1 direct dependent • 1 total dependent

This module's goal is to provide a relatively transparent interface to system commands from regular-looking Perl functions. It is built on the module IPC::Run3 and is heavily inspired by the module Shell, but with several important differences and ad...

HAUKEX/IPC-Run3-Shell-0.58 - 17 May 2020 19:14:58 UTC - Search in distribution

CPAN::Meta - the distribution metadata for a CPAN dist River stage five • 430 direct dependents • 18921 total dependents

Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC - Search in distribution

Perlude River stage one • 2 direct dependents • 2 total dependents

MARCC/perlude-0.61 - 11 May 2015 01:37:42 UTC - Search in distribution

Class::Tiny - Minimalist class construction River stage four • 71 direct dependents • 4041 total dependents

This module offers a minimalist class construction kit in around 120 lines of code. Here is a list of features: * defines attributes via import arguments * generates read-write accessors * supports lazy attribute defaults * supports custom accessors ...

DAGOLDEN/Class-Tiny-1.008 - 04 Sep 2020 14:57:38 UTC - Search in distribution

Dist::Zilla - distribution builder; installer not included! River stage three • 655 direct dependents • 710 total dependents

Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC - Search in distribution

Params::Validate - Validate method/function parameters River stage four • 368 direct dependents • 2904 total dependents

I would recommend you consider using Params::ValidationCompiler instead. That module, despite being pure Perl, is *significantly* faster than this one, at the cost of having to adopt a type system such as Specio, Type::Tiny, or the one shipped with M...

DROLSKY/Params-Validate-1.31 - 22 Oct 2022 17:16:19 UTC - Search in distribution

Log::Dispatch - Dispatches messages to one or more outputs River stage four • 134 direct dependents • 1049 total dependents

This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface. The idea is that you create a Log::Dispatch object and then add various logging objects to it (such as a file logger or screen logger). Then y...

DROLSKY/Log-Dispatch-2.71 - 06 Apr 2023 03:52:59 UTC - Search in distribution

Pod::Spell - a formatter for spellchecking Pod River stage two • 12 direct dependents • 80 total dependents

Pod::Spell is a Pod formatter whose output is good for spellchecking. Pod::Spell is rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that you...

HAARG/Pod-Spell-1.26 - 13 Mar 2023 20:22:56 UTC - Search in distribution

IO::CaptureOutput - (DEPRECATED) capture STDOUT and STDERR from Perl code, subprocesses or XS River stage three • 36 direct dependents • 389 total dependents

This module is no longer recommended by the maintainer - see Capture::Tiny instead. This module provides routines for capturing STDOUT and STDERR from perl subroutines, forked system calls (e.g. "system()", "fork()") and from XS or C modules....

DAGOLDEN/IO-CaptureOutput-1.1105 - 25 Oct 2019 21:41:45 UTC - Search in distribution

R::YapRI - Yet Another Perl R Inteface River stage zero No dependents

Yet another perl wrapper to interact with R. "R::YapRI" is a collection of modules to interact with R using Perl. The mechanism is simple, it writes R commands into a command file and execute it using the R as command line: R [options] < infile > out...

BOMBARELY/R-YapRI-0.09 - 22 Mar 2016 17:46:27 UTC - Search in distribution

lib::filter - Allow/disallow loading modules River stage three • 5 direct dependents • 607 total dependents

lib::filter lets you allow/disallow loading modules using some rules. It works by installing a coderef in @INC (and additionally by pruning some entries in @INC). The main use-case for this pragma is for testing. It has been pointed out to me that fo...

PERLANCAR/lib-filter-0.281 - 29 Aug 2021 01:14:01 UTC - Search in distribution

Test::EOL - Check the correct line endings in your project River stage three • 20 direct dependents • 106 total dependents

This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of windows line endings....

ETHER/Test-EOL-2.02 - 07 Dec 2020 07:10:12 UTC - Search in distribution
80 results (0.034 seconds)