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

Search results for "TODDR"

perlepigraphs - list of Perl release epigraphs River stage five • 11292 direct dependents • 32664 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

IPC::Run - system() and background procs w/ piping, redirs, ptys (Unix, Win32) River stage four • 157 direct dependents • 1806 total dependents

IPC::Run allows you to run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Vari...

TODDR/IPC-Run-20231003.0 - 03 Oct 2023 01:09:01 UTC - Search in distribution

Storable - persistence for Perl data structures River stage five • 609 direct dependents • 32646 total dependents

The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...

NWCLARK/Storable-3.25 - 30 Aug 2021 08:39:08 UTC - Search in distribution

JSON::Any - (DEPRECATED) Wrapper Class for the various JSON classes River stage three • 86 direct dependents • 246 total dependents

This module tries to provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed. use JSON::Any; my $j ...

ETHER/JSON-Any-1.40 - 09 Sep 2023 21:59:50 UTC - Search in distribution

CDB_File - Perl extension for access to cdb databases River stage two • 6 direct dependents • 11 total dependents

CDB_File is a module which provides a Perl interface to Dan Bernstein's cdb package: cdb is a fast, reliable, lightweight package for creating and reading constant databases. Reading from a cdb After the "tie" shown above, accesses to %h will refer t...

TODDR/CDB_File-1.05 - 11 Dec 2020 19:57:24 UTC - Search in distribution

TestRail::API - Provides an interface to TestRail's REST api via HTTP River stage zero No dependents

"TestRail::API" provides methods to access an existing TestRail account using API v2. You can then do things like look up tests, set statuses and create runs from lists of cases. It is by no means exhaustively implementing every TestRail API function...

TEODESIAN/TestRail-API-0.052 - 11 Sep 2022 00:30: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

MCDB_File - Perl extension for access to mcdb constant databases River stage zero No dependents

MCDB_File is a module which provides a Perl interface to mcdb. mcdb is originally based on Dan Bernstein's cdb package. mcdb - fast, reliable, simple code to create, read constant databases Reading from an mcdb constant database After the "tie" shown...

GSTRAUSS/MCDB_File-0.0108 - 29 Sep 2022 14:56:39 UTC - Search in distribution

Test::MockFile - Allows tests to validate code that can interact with files without touching the file system. River stage one • 2 direct dependents • 4 total dependents

TODDR/Test-MockFile-0.036 - 26 Jul 2023 15:34:30 UTC - Search in distribution

IO::Stty - Change and print terminal line settings River stage two • 11 direct dependents • 12 total dependents

This is the PERL POSIX compliant stty....

TODDR/IO-Stty-0.04 - 19 Jan 2020 02:29:01 UTC - Search in distribution

YAML::Syck - Fast, lightweight YAML loader and dumper River stage three • 187 direct dependents • 771 total dependents

This module provides a Perl interface to the libsyck data serialization library. It exports the "Dump" and "Load" functions for converting Perl data structures to YAML strings, and the other way around. NOTE: If you are working with other language's ...

TODDR/YAML-Syck-1.34 - 26 Oct 2020 20:20:42 UTC - Search in distribution

Safe::Hole - make a hole to the original main compartment in the Safe compartment River stage one • 1 direct dependent • 6 total dependents

We can call outside defined subroutines from the Safe compartment using share(), or can call methods through the object that is copied into the Safe compartment using varglob(). But that subroutines or methods are executed in the Safe compartment too...

TODDR/Safe-Hole-0.14 - 13 Apr 2018 21:50:42 UTC - Search in distribution

Tree::MultiNode - a multi-node tree object. Most useful for modeling hierarchical data structures. River stage zero No dependents

Tree::MultiNode, Tree::MultiNode::Node, and MultiNode::Handle are objects modeled after C++ classes that I had written to help me model hierarchical information as data structures (such as the relationships between records in an RDBMS). The tree is b...

TODDR/Tree-MultiNode-1.0.14 - 22 Jan 2021 07:34:10 UTC - Search in distribution

Net::Jabber::Bot - Automated Bot creation with safeties River stage zero No dependents

TODDR/Net-Jabber-Bot-2.1.7 - 15 Nov 2020 21:09:23 UTC - Search in distribution

Crypt::OpenSSL::X509 - Perl extension to OpenSSL's X509 API. River stage two • 22 direct dependents • 31 total dependents

This implement a large majority of OpenSSL's useful X509 API. The email() method supports both certificates where the subject is of the form: "... CN=Firstname lastname/emailAddress=user@domain", and also certificates where there is a X509v3 Extensio...

JONASBN/Crypt-OpenSSL-X509-1.915 - 19 Jun 2023 14:36:59 UTC - Search in distribution

CPAN::Packager - Create packages(rpm, deb) from perl modules River stage zero No dependents

CPAN::Packager is a tool to help you make packages from perl modules on CPAN. This makes it easy to make a perl module into a Redhat/Debian package. For full documentation please see the docs for cpan-packager....

KITANO/CPAN-Packager-0.33 - 27 Feb 2010 19:13:23 UTC - Search in distribution

Crypt::OpenSSL::PKCS12 - Perl extension to OpenSSL's PKCS12 API. River stage one • 1 direct dependent • 1 total dependent

PKCS12 is a file format for storing cryptography objects as a single file or string. PKCS12 is commonly used to bundle a private key with its X.509 certificate or to bundle all the members of a chain of trust. This distribution implements a subset of...

JONASBN/Crypt-OpenSSL-PKCS12-1.9 - 20 Nov 2021 12:12:10 UTC - Search in distribution

Acme::CPANModules::Import::CPANRatings::User::stevenharyanto - List of modules mentioned by CPANRatings user stevenharyanto River stage one • 1 direct dependent • 1 total dependent

This list is generated by scraping CPANRatings (cpanratings.perl.org) user page. This list is generated by scraping CPANRatings (cpanratings.perl.org) user page....

PERLANCAR/Acme-CPANModules-Import-CPANRatings-User-stevenharyanto-0.002 - 23 Feb 2024 01:41:05 UTC - Search in distribution

Acme::CPANAuthors::DualLife - We are CPAN Authors of Dual Life core modules River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of dual-life core module Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....

BINGOS/Acme-CPANAuthors-DualLife-0.52 - 19 May 2023 16:37:16 UTC - Search in distribution

Acme::CPANAuthors::CPAN::TopDepended - Authors with the largest number of distributions depending on one of his/her modules River stage one • 2 direct dependents • 2 total dependents

This module lists 50 CPAN authors with the largest number of distributions directly depending to one of his/her modules. This list is produced by querying a local mini CPAN mirror using this command: % lcpan authors-by-rdep-count | head -n 50 Statist...

PERLANCAR/Acme-CPANAuthors-CPAN-TopDepended-0.004 - 16 Nov 2021 22:06:02 UTC - Search in distribution
23 results (0.066 seconds)