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

Search results for "DRCLAW"

IO::FD - Faster accept, socket, listen with file descriptors, not handles River stage zero No dependents

IO::FD is an XS module implementing common core Perl system I/O functions to work with file descriptors instead of Perl file handles. Functions include but are not limited to "accept", "connect", "socket", "bind", "sysopen", "sysread", and "syswrite"...

DRCLAW/IO-FD-v0.3.7 - 04 Jan 2024 21:57:08 UTC - Search in distribution

Log::OK - Disable inactive logging statements from the command line River stage one • 3 direct dependents • 5 total dependents

Log::OK creates compile time constants/flags for each level of logging supported by your selected logging framework. This module does not implement logging features, nor does it depend on any particular logger. It only generates constants to help ena...

DRCLAW/Log-OK-v0.2.1 - 27 Aug 2023 10:00:00 UTC - Search in distribution

Error::Show - Show context around syntax errors and exceptions River stage one • 1 direct dependent • 4 total dependents

From the command line this module transparently executes your syntactically correct program. However in the case of syntax errors (or warnings if desired), it extracts context (lines of code) surrounding them. The lines are prefixed with numbers and ...

DRCLAW/Error-Show-v0.4.0 - 23 Apr 2024 11:10:06 UTC - Search in distribution

Socket::More - Scoped listening/passive addresses and network utility routines River stage zero No dependents

Intended as an alternative for Socket, implementing only 'modern subset' of routines. It providing extra routines to make listening addresses easy, to solve problems like this: 'listen on interfaces eth0 and eth1, using IPv6 and port numbers 9090 and...

DRCLAW/Socket-More-v0.5.1 - 20 Jan 2024 03:02:05 UTC - Search in distribution

Template::Plex - (P)erl (L)exical and (EX)tendable Templating River stage one • 2 direct dependents • 3 total dependents

"Template::Plex" facilitates the use of Perl (not embedded perl) as a template language. It implements bootstrapping and a system to load, cache, inherit and render templates with minimal code. The 'lexical' part of this module refers to the lexical ...

DRCLAW/Template-Plex-v0.7.0 - 10 Jan 2024 22:26:02 UTC - Search in distribution

HTTP::State - Fast RFC6265bis-draft + CHIPS Cookie Jar River stage zero No dependents

Web browsers are constantly improving privacy and limiting the tracking ability of cookies. This module implements a cookie jar providing the same up to date thinking to Perl user-agents. The algorithm implemented is derived from RFC6265bis-draft-12 ...

DRCLAW/HTTP-State-v0.1.2 - 11 Jan 2024 00:11:02 UTC - Search in distribution

List::Insertion - Binary search a list for insertion point River stage one • 1 direct dependent • 1 total dependent

List::Insertion implements binary search algorithms to locate the insertion point of a sorted list for a given value. If the value were to be inserted at that position, the list would remain sorted. A distinction is made between inserting left or rig...

DRCLAW/List-Insertion-v0.1.4 - 10 Jan 2024 23:26:02 UTC - Search in distribution

Set::Streak - Routines related to streaks (longest item appearance in consecutive sets) River stage zero No dependents

PERLANCAR/Set-Streak-0.004 - 23 Feb 2024 02:01:34 UTC - Search in distribution

Export::These - Terse Module Configuration and Symbol (Re)Exporting River stage zero No dependents

A module to make exporting symbols less verbose and more powerful. Facilitate reexporting and filtering of symbols from dependencies with minimal input from the module author. Also provide the ability to pass in 'config data' data to a module during ...

DRCLAW/Export-These-v0.2.1 - 04 Dec 2023 06:38:31 UTC - Search in distribution

Hustle::Table - Cached general purpose dispatch and routing table River stage zero No dependents

This module provides a class to construct a routing table and build a high performance dispatcher from it. A table can have any combination of regex, subroutine, exact string, begin string end string or numeric matching of entries. The order in which...

DRCLAW/Hustle-Table-v0.6.0 - 08 Jun 2023 12:22:09 UTC - Search in distribution

Sub::Middler - Middleware subroutine chaining River stage zero No dependents

A small module, facilitating linking together subroutines, acting as middleware or filters into chains with low runtime overhead. To achieve this, the 'complexity' is offloaded to the definition of middleware/filters subroutines. They must be wrapped...

DRCLAW/Sub-Middler-v0.2.0 - 12 Mar 2023 12:21:10 UTC - Search in distribution

constant::more - Constants and Enumerations. Assign constant values from the command line River stage one • 1 direct dependent • 6 total dependents

On the surface this module performs similar tasks as "use constant" and "use enum". Digging a little deeper, it has the ability to assign values to constants from the command line arguments or environment variables. These constants are only defined/s...

DRCLAW/constant-more-v0.3.1 - 09 Apr 2024 00:02:52 UTC - Search in distribution

Import::These - Terse, Prefixed and Multiple Imports with a Single Statement River stage zero No dependents

A tiny module for importing multiple modules in one statement utilising a prefix. The prefix can be set, cleared, or appended multiple times in a list, making long lists of imports much easier to type! It works with any package providing a "import" s...

DRCLAW/Import-These-v0.1.2 - 26 Aug 2023 09:58:48 UTC - Search in distribution

File::Meta::Cache - Cache open file descriptors and stat meta data River stage zero No dependents

Implements a caching mechanism to reuse a open handle/descriptor and meta data when 'opening' a file multiple times. This is especially useful in a programs such as web servers which typically access the same static file multiple times in response to...

DRCLAW/File-Meta-Cache-v0.3.0 - 27 Feb 2024 01:53:35 UTC - Search in distribution

Socket::More::Resolver - Loop Agnostic Asynchronous DNS Resolving River stage zero No dependents

Easy to use asynchronous DNS resolution with automatic integration into supported event loops or polled manually. It is stand alone module with small footprint. Key features: Automatically integrates into supported event loops AnyEvent, IO::Async, Mo...

DRCLAW/Socket-More-Resolver-v0.1.0 - 17 Jan 2024 22:58:34 UTC - Search in distribution

Data::Combination - Hash and Array element combination generator River stage one • 2 direct dependents • 3 total dependents

"Data::Combinations" generates hashes or arrays by making combinations of values for keys with array values....

DRCLAW/Data-Combination-0.1.0 - 23 Oct 2022 10:59:55 UTC - Search in distribution

Socket::More::Lookup - System DNS Lookup Routines River stage zero No dependents

This is an alternative implementation to the Perl "Socket" subroutines for address and name resolution. It provides bindings to getaddrinfo, getnameinfo, gai_strerror. Big differences between Core Perl Socket and this module: More like the C library ...

DRCLAW/Socket-More-Lookup-v0.1.0 - 17 Jan 2024 00:58:57 UTC - Search in distribution

Socket::More::Interface - Query network interfaces of your system River stage zero No dependents

Simple wrapper to library calls. Consult you man page for what they do. "getifaddrs", "if_nametoindex", "if_indextoname" and "if_nameindex" are exported by default....

DRCLAW/Socket-More-Interface-v0.1.0 - 15 Jan 2024 22:26:01 UTC - Search in distribution

Socket::More::Constants River stage zero No dependents

Simply exports all the configured networking constants from Socket, without the runtime overhead of loading Socket....

DRCLAW/Socket-More-Constants-v0.1.1 - 17 Dec 2023 19:11:49 UTC - Search in distribution

Acme::CPANAuthors::CPAN::Streaks::MonthlyReleases::Current - Authors with ongoing month releases streak (do a release every month) River stage zero No dependents

Current standings (as of 2024-04-12, produced by cpan-streaks): +-----------+-----+------------+-------------+ | author | len | start_date | status | +-----------+-----+------------+-------------+ | BINGOS | 217 | 2006-03 | might-break | | ETHER | 14...

PERLANCAR/Acme-CPANAuthorsBundle-CPAN-Streaks-20240412.0 - 12 Apr 2024 04:25:16 UTC - Search in distribution
20 results (0.033 seconds)