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

Search results for "LEONT"

Dist::Zilla::PluginBundle::LEONT - LEONT's dzil bundle River stage zero No dependents

This is currently identical to the following setup: ; @Basic except for MakeMaker, ExecDir, TestRelease and ExtraTests [GatherDir] [PruneCruft] [ManifestSkip] [MetaYAML] [License] [Readme] [ShareDir] [Manifest] [ConfirmRelease] [UploadToCPAN] [ExecDi...

LEONT/Dist-Zilla-PluginBundle-LEONT-0.014 - 24 Mar 2015 11:39:43 UTC - Search in distribution

mbtiny - A standalone authoring script for Module::Build::Tiny River stage zero No dependents

"mbtiny" is a tool to help assemble your CPAN distributions. It's a minimalist tool that tries to come with as few surprises as possible, and thus provide a gentle learning curve for its users....

LEONT/App-ModuleBuildTiny-0.043 - 19 Oct 2023 18:38:45 UTC - Search in distribution

typemap - A tool for manipulating typemaps River stage zero No dependents

This script can modify, create and write Perl XS typemap files. If you don't know what a typemap is, please confer the perlxstut and perlxs manuals. ARGUMENTS * file <filename> The file that we're manipulating, this defaults to "typemap". * merge <mo...

LEONT/App-typemap-0.001 - 02 Oct 2023 17:40:18 UTC - Search in distribution

stable - Experimental features made easy, once we know they're stable River stage four • 170 direct dependents • 2021 total dependents

The experimental pragma makes it easy to turn on experimental while turning off associated warnings. You should read about it, if you don't already know what it does. Seeing "use experimental" in code might be scary. In fact, it probably should be! C...

LEONT/experimental-0.031 - 31 Jan 2023 21:46:29 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 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

Signals::XSIG - install multiple signal handlers through %XSIG River stage zero No dependents

Perl provides the magic global hash variable %SIG to make it easy to trap and set a custom signal handler (see "%SIG" in perlvar and perlipc) on most of the available signals. The hash-of-lists variable %XSIG provided by this module has a similar int...

MOB/Signals-XSIG-1.00 - 30 May 2022 16:35:36 UTC - Search in distribution

Sys::Binmode - A fix for Perl’s system call character encoding River stage zero No dependents

tl;dr: Use this module in all new code....

FELIPE/Sys-Binmode-0.05 - 20 Jul 2023 15:50:45 UTC - Search in distribution

Sentinel - create lightweight SCALARs with get/set callbacks River stage one • 4 direct dependents • 5 total dependents

This module provides a single lvalue function, "sentinel", which yields a scalar that invoke callbacks to get or set its value. Primarily this is useful to create lvalue object accessors or other functions, to invoke actual code when a new value is s...

PEVANS/Sentinel-0.07 - 03 Jul 2023 21:24:16 UTC - Search in distribution

cpan-static - a small command line tool for static installation. River stage zero No dependents

This is a small tool to facilitate static installation of CPAN modules. All subcommands take the same arguments as a Build.PL would, but it's recommended to only pass them to configure. configure This will configure the distribution. This should be r...

LEONT/CPAN-Static-0.005 - 29 Feb 2024 22:59:01 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

Crypt::EECDH - Simple ephemeral ECDH + AES hybrid cryptosystem River stage one • 1 direct dependent • 2 total dependents

A simple hybrid crypto system with ephemeral ECDH key agreement in combination with the AES cipher....

HASH/Crypt-EECDH-1.007 - 17 Oct 2018 06:48:26 UTC - Search in distribution

Linux::Epoll - O(1) multiplexing for Linux River stage one • 2 direct dependents • 2 total dependents

Epoll is a multiplexing mechanism that scales up O(1) with number of watched files. Linux::Epoll is a callback style epoll module, unlike other epoll modules available on CPAN. Types of events * in The associated filehandle is available for reading. ...

LEONT/Linux-Epoll-0.019 - 27 Jan 2024 20:11:11 UTC - Search in distribution

Smart::Match - Smart matching utilities River stage one • 1 direct dependent • 1 total dependent

This module provides a number of helper functions for smartmatching. Some are simple functions that directly match the left hand side, such as $foo ~~ positive $bar ~~ array Others are higher-order matchers that take one or more matchers as an argume...

LEONT/Smart-Match-0.008 - 27 Jun 2015 17:50:05 UTC - Search in distribution

Crypt::Argon2 - Perl interface to the Argon2 key derivation functions River stage two • 6 direct dependents • 12 total dependents

This module implements the Argon2 key derivation function, which is suitable to convert any password into a cryptographic key. This is most often used to for secure storage of passwords but can also be used to derive a encryption key from a password....

LEONT/Crypt-Argon2-0.022 - 11 Apr 2024 23:30:23 UTC - Search in distribution

threads::lite - Actor model threading for Perl River stage zero No dependents

This module implements threads for perl. One crucial difference with "threads.pm" threads is that the threads are disconnected, except by message queues. It thus facilitates a message passing style of multi-threading. Please note that this module is ...

LEONT/threads-lite-0.034 - 08 May 2015 21:48:46 UTC - Search in distribution

autocroak - Replace functions with ones that succeed or die with lexical scope River stage zero No dependents

The autocroak pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw an exception on failure. The autocroak pragma has lexical scope, meaning that functions and subroutines altered with...

LEONT/autocroak-0.008 - 14 Jun 2022 23:41:13 UTC - Search in distribution

File::Slurper - A simple, sane and efficient module to slurp a file River stage four • 269 direct dependents • 1395 total dependents

This module provides functions for fast and correct slurping and spewing. All functions are optionally exported. All functions throw exceptions on errors, write functions don't return any meaningful value....

LEONT/File-Slurper-0.014 - 16 Dec 2022 15:09:28 UTC - Search in distribution

cpan-upload-tiny River stage one • 2 direct dependents • 2 total dependents

LEONT/CPAN-Upload-Tiny-0.010 - 24 Jan 2023 16:15:34 UTC - Search in distribution

Linux::FD::Mem - memory file descriptors River stage zero No dependents

Linux::FD::Mem provides memory file descriptors; these will not be represented on the file-system in any way. They can be made to use seals or larger page-sizes....

LEONT/Linux-FD-Mem-0.002 - 02 Jan 2023 00:42:14 UTC - Search in distribution
111 results (0.083 seconds)