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

Search results for "ATOOMIC"

Pod::Weaver::PluginBundle::ATOOMIC - A plugin bundle for pod woven by ATOOMIC River stage zero No dependents

The contents of this bundle were mostly copied from Pod::Weaver::PluginBundle::Author::ETHER. This is a Pod::Weaver plugin bundle. It is *approximately* equal to the following weaver.ini, minus some optimizations: [@CorePrep] [-SingleEncoding] [-Tran...

ATOOMIC/Dist-Zilla-PluginBundle-ATOOMIC-1.00 - 13 Jul 2018 18:04:17 UTC - Search in distribution

Paws - A Perl SDK for AWS (Amazon Web Services) APIs River stage two • 9 direct dependents • 11 total dependents

Paws is an attempt to develop an always up-to-date SDK that covers all possible AWS services....

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

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

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

Sort::XS - a ( very ) fast XS sort alternative for one dimension list River stage zero No dependents

This module provides several common sort algorithms implemented as XS. Sort can only be used on one dimension list of integers or strings. It's goal is not to replace the internal sort subroutines, but to provide a better alternative in some specific...

ATOOMIC/Sort-XS-0.30 - 20 Jan 2012 19:20:06 UTC - Search in distribution

Data::Printer - colored & full-featured pretty print of Perl data structures and objects River stage three • 167 direct dependents • 251 total dependents

The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being "eval"'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and...

GARU/Data-Printer-1.002001 - 22 Jan 2024 03:32:20 UTC - Search in distribution

Clone - recursively copy Perl datatypes River stage four • 307 direct dependents • 9124 total dependents

This module provides a "clone()" method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. "clone()" takes a scalar argument and duplicates it. To duplicate lists, arrays or hashes, p...

GARU/Clone-0.46 - 19 Oct 2022 01:17:35 UTC - Search in distribution

Pod::Usage - extracts POD documentation and shows usage information River stage five • 625 direct dependents • 19486 total dependents

pod2usage will print a usage message for the invoking script (using its embedded pod documentation) and then exit the script with the desired exit status. The usage message printed may have any one of three levels of "verboseness": If the verbose lev...

MAREKR/Pod-Usage-2.03 - 21 May 2022 17:16:06 UTC - Search in distribution

B::COW - B::COW additional B helpers to check COW status River stage four • 2 direct dependents • 9131 total dependents

B::COW provides some naive additional B helpers to check the COW status of one SvPV. COW or Copy On Write introduction A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of) Read Only C string, that would be Copied On Write (C...

ATOOMIC/B-COW-0.007 - 20 Oct 2022 15:01:08 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

Char::Replace - Perl naive XS character replacement as an alternate to substitute or transliterate River stage zero No dependents

Char::Replace XS helpers to perform some basic character replacement on strings. replace: replace (transliterate) one or more ASCII characters trim: remove leading and trailing spaces of a string...

ATOOMIC/Char-Replace-0.004 - 30 Jan 2019 19:05:28 UTC - Search in distribution

Overload::FileCheck - override/mock perl file check -X: -e, -f, -d, ... River stage one • 1 direct dependent • 5 total dependents

Overload::FileCheck provides a hook system to mock Perl filechecks OPs With this module you can provide your own pure perl code when performing file checks using one of the -X ops: -e, -f, -z, ... <https://perldoc.perl.org/functions/-X.html> -r File ...

ATOOMIC/Overload-FileCheck-0.013 - 23 Feb 2022 15:37:32 UTC - Search in distribution

XString - Isolated String helpers from B River stage zero No dependents

XString provides the B string helpers in one isolated package. Right now only cstring and perlstring are available....

ATOOMIC/XString-0.005 - 20 Oct 2020 17:57:31 UTC - Search in distribution

Colon::Config - XS helper to read a configuration file using ':' as separator River stage zero No dependents

Colon::Config XS helper to read a configuration file using ':' as separator (could be customize later) This right now pretty similar to a double split like this one [ map { ( split( m{:\s+}, $_ ) )[ 0, 1 ] } split( m{\n}, $string ) ];...

ATOOMIC/Colon-Config-0.004 - 28 Dec 2018 17:35:02 UTC - Search in distribution

XS::Logger - a basic logger implemented in XS River stage zero No dependents

XS::Logger provides a light and friendly logger for your application....

ATOOMIC/XS-Logger-0.005 - 21 May 2018 22:56:02 UTC - Search in distribution

Slack::WebHook - Slack WebHook with preset layout & colors for sending slack notifications River stage zero No dependents

Slack::WebHook Set of helpers to send slack notification with preset decorations....

ATOOMIC/Slack-WebHook-0.003 - 01 Sep 2020 20:42:34 UTC - Search in distribution

Parallel::Subs - Simple way to run subs in parallel and process their return value in perl River stage zero No dependents

Parallel::Subs is a simple object interface used to launch test in parallel. It uses Parallel::ForkManager to launch subs in parallel and get the results....

ATOOMIC/Parallel-Subs-0.002 - 20 Mar 2018 20:18:01 UTC - Search in distribution

DNS::Unbound - Query DNS recursively via libunbound River stage zero No dependents

Typical DNS lookups involve a request to a local server that caches information from DNS. The caching makes it fast, but it also means updates to DNS aren’t always available via that local server right away. Most applications don’t need to care and s...

FELIPE/DNS-Unbound-0.29 - 12 Mar 2022 12:34:00 UTC - Search in distribution

Net::Whois::IANA - Net::Whois::IANA - A universal WHOIS data extractor. River stage one • 1 direct dependent • 5 total dependents

Various Net::Whois and IP:: modules have been created. This is just something I had to write because none of them s uited my purpose. It is conceptually based on Net::Whois::IP by Ben Schmitz <bschmitz@orbitz.com>, but differs from it by a few points...

ATOOMIC/Net-Whois-IANA-0.49 - 10 Mar 2022 19:05:33 UTC - Search in distribution

OpenStack::MetaAPI - Perl5 OpenStack API abstraction on top of OpenStack::Client River stage zero No dependents

OpenStack::MetaAPI Using OpenStack::MetaAPI you can call routes from any service directly on the main object. Helpers are defined from the specs defined https://developer.openstack.org/api-guide/quick-start/#current-api-versi ons Currently only a ver...

ATOOMIC/OpenStack-MetaAPI-0.003 - 29 Apr 2019 16:39:22 UTC - Search in distribution
31 results (0.033 seconds)