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

Search results for "HAUKEX"

DateTime - A date and time object for Perl River stage four • 1153 direct dependents • 3694 total dependents

DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...

DROLSKY/DateTime-1.65 - 06 Nov 2023 05:14:16 UTC - Search in distribution

Util::H2O - Hash to Object: turns hashrefs into objects with accessors for keys River stage one • 4 direct dependents • 4 total dependents

This module allows you to turn hashrefs into objects, so that instead of "$hash->{key}" you can write "$hash->key", plus you get protection from typos. In addition, options are provided that allow you to whip up really simple classes. You can still u...

HAUKEX/Util-H2O-0.24 - 13 Dec 2023 14:01:00 UTC - Search in distribution

File::Replace - Perl extension for replacing files by renaming a temp file over the original River stage one • 2 direct dependents • 2 total dependents

This module implements and hides the following pattern for you: 1. Open a temporary file for output 2. While reading from the original file, write output to the temporary file 3. "rename" the temporary file over the original file In many cases, in pa...

HAUKEX/File-Replace-0.18 - 22 Jan 2023 13:08:44 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

Data::Roundtrip - convert between Perl data structures, YAML and JSON with unicode support (I believe ...) River stage one • 1 direct dependent • 1 total dependent

BLIAKO/Data-Roundtrip-0.28 - 08 Apr 2024 16:21:27 UTC - Search in distribution

Util::H2O::More - Provides baptise, a drop-in replacement bless that creates accessors for you. River stage one • 1 direct dependent • 1 total dependent

The primary method, "baptise", essentially provides the same interface as the core keyword "bless" with an additional *slurpy* third parameter where one may specify a list of default accessors. Ultimately "h2o" provides a very compelling approach tha...

OODLER/Util-H2O-More-0.3.4 - 13 Dec 2023 16:00:42 UTC - Search in distribution

Shell::Tools - Perl extension to reduce boilerplate in Perl shell scripts River stage zero No dependents

This module exports a collection of functions from several core Perl modules which can often be very useful when writing Perl shell scripts. See also Shell::Tools::Extra, which exports additional CPAN modules' functions and classes. Warning This modu...

HAUKEX/Shell-Tools-0.04 - 23 May 2015 22:08:30 UTC - Search in distribution
  • Shell::Tools::Extra - Perl extension to reduce boilerplate in Perl shell scripts (Extra modules)

Config::Perl - Perl extension for parsing configuration files written in a subset of Perl and (limited) undumping of data structures (via PPI, not eval) River stage one • 1 direct dependent • 2 total dependents

The goal of this module is to support the parsing of a small subset of Perl, primarily in order to parse configuration files written in that subset of Perl. As a side effect, this module can "undump" some data structures written by Data::Dumper, but ...

HAUKEX/Config-Perl-0.06 - 02 Jul 2016 13:15:57 UTC - Search in distribution
  • Data::Undump::PPI - Perl extension for limited undumping of data structures (via PPI, not eval)

Digest::SRI - Calculate and verify Subresource Integrity hashes (SRI) River stage zero No dependents

This module provides functions to calculate and verify Subresource Integrity hashes (SRI). All of the usage is shown in the "Synopsis", with some usage notes here: * The "sri" and "verify_sri" functions both accept either: * a filename as a plain sca...

HAUKEX/Digest-SRI-0.02 - 24 Oct 2018 20:05:39 UTC - Search in distribution

Tie::Handle::Argv - A base class for tying Perl's magic ARGV handle River stage zero No dependents

This is a base class for tied filehandles that reproduces the behavior of Perl's "ARGV" filehandle, more commonly known as the magic "<>" "readline" operator. By itself, this class attempts to reproduce the behavior of the magical "ARGV" and its asso...

HAUKEX/File-Replace-Inplace-0.18 - 22 Jan 2023 13:14:14 UTC - Search in distribution

Tie::Handle::Base - A base class for tied filehandles River stage one • 4 direct dependents • 4 total dependents

"Tie::Handle::Base" is a base class for tied filehandles. It is similar to Tie::StdHandle, but provides a few more features, and is compatible down to Perl 5.8.1. It tries to be as transparent as possible (one limitation is that "sysread" and "syswri...

HAUKEX/Tie-Handle-Base-0.18 - 22 Jan 2023 13:05:59 UTC - Search in distribution

Badge::Simple - Generate simple SVG badges River stage one • 1 direct dependent • 1 total dependent

This module generates simple badges, based heavily on the default "flat" style of Shields.io <http://shields.io>. The module currently exports a single function, "badge", which returns an XML::LibXML::Document object representing the SVG file. The fu...

HAUKEX/Badge-Simple-0.04 - 04 Nov 2018 19:27:56 UTC - Search in distribution

Tie::Subset - Tie an array or hash to a subset of another array or hash, respectively River stage zero No dependents

This class simply delegates to Tie::Subset::Hash or Tie::Subset::Array as appropriate. Please see the documentation of those modules....

HAUKEX/Tie-Subset-0.02 - 28 Jan 2023 14:11:03 UTC - Search in distribution

Regexp::IntInequality - generate regular expressions to match integers greater than / less than / etc. a value River stage zero No dependents

This module provides a single function, "re_int_ineq", which generates regular expressions that match integers that fulfill a specified inequality (greater than, less than, and so on). By default, only non-negative integers are matched (minus signs a...

HAUKEX/Regexp-IntInequality-0.90 - 08 Mar 2024 17:59:24 UTC - Search in distribution

Acme::CPANModules::Import::CPANRatings::User::perlancar - List of modules mentioned by CPANRatings user perlancar 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-perlancar-0.002 - 23 Feb 2024 01:40:53 UTC - Search in distribution

Algorithm::Odometer::Tiny - Generate "base-N odometer" permutations (Cartesian product / product set) River stage zero No dependents

This class implements the permutation algorithm described in *[1]* as an iterator. An "odometer" has a number of "wheels", each of which can have a different number of positions. On each step, the rightmost wheel is advanced to the next position, and...

HAUKEX/Algorithm-Odometer-Tiny-0.04 - 01 Jan 2020 19:36:32 UTC - Search in distribution

File::Replace::Fancy - Perl extension that extends the File::Replace module River stage zero No dependents

This is a stub module. You don't need to "use" it. Please see the functions "replace" and "replace2" in File::Replace for the features provided by this distribution....

HAUKEX/File-Replace-Fancy-0.18 - 22 Jan 2023 13:11:29 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

Perl::Critic::PolicyBundle::PERLANCAR::BuiltinFunctions::GrepWithSimpleValue - Warn grep with simple value River stage one • 3 direct dependents • 3 total dependents

This policy is written by HAUKEX. A "grep" with a constant value as the last thing in its block will either return all or none of the items in the list (depending on whether the value is true or false). You may have accidentally said "grep {123}" whe...

PERLANCAR/Perl-Critic-PolicyBundle-PERLANCAR-0.002 - 16 Aug 2017 11:37:53 UTC - Search in distribution
19 results (0.081 seconds)