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

Search results for "GRYPHON"

dest - Deployment State Manager River stage zero No dependents

GRYPHON/App-Dest-1.32 - 21 Aug 2023 20:36:43 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

exact - Perl pseudo pragma to enable strict, warnings, features, mro, filehandle methods River stage two • 23 direct dependents • 24 total dependents

exact is a Perl pseudo pragma to enable strict, warnings, features, mro, and filehandle methods along with a lot of other things, plus allow for easy extension via "exact::*" classes. The goal is to reduce header boilerplate, assuming defaults that s...

GRYPHON/exact-1.25 - 06 Dec 2023 00:14:41 UTC - Search in distribution

linda - Plausibly helpful (and probably drunk) wrapper around morbo River stage zero No dependents

GRYPHON/MojoX-Linda-1.03 - 07 Nov 2023 02:38:40 UTC - Search in distribution
  • MojoX::Linda - Plausibly helpful (and probably drunk) wrapper around morbo

Bot::IRC - Yet Another IRC Bot River stage two • 10 direct dependents • 10 total dependents

Yet another IRC bot. Why? There are so many good bots and bot frameworks to select from, but I wanted a bot framework that worked like a Unix service out-of-the-box, operated in a pre-fork way to serve multiple concurrent requests, and has a dirt-sim...

GRYPHON/Bot-IRC-1.40 - 21 Aug 2023 18:46:16 UTC - Search in distribution

DBIx::Query - Simplified abstracted chained DBI subclass River stage zero No dependents

This module provides a simplified abstracted chained DBI subclass. It's sort of like jQuery for DBI, or sort of like DBIx::Class only without objects, or sort of like cookies without a glass of milk. With DBIx::Query, you can construct queries either...

GRYPHON/DBIx-Query-1.15 - 28 Mar 2024 19:27:03 UTC - Search in distribution

Modern::Perl - enable all of the features of Modern Perl with one import River stage three • 189 direct dependents • 228 total dependents

CHROMATIC/Modern-Perl-1.20240115 - 15 Jan 2024 01:49:02 UTC - Search in distribution

Daemon::Device - Forking daemon device construct River stage two • 1 direct dependent • 11 total dependents

This module provides a straight-forward and simple construct to creating applications that run as daemons and fork some number of child processes. This module leverages the excellent Daemon::Control to provide the functionality for the daemon itself,...

GRYPHON/Daemon-Device-1.10 - 05 Apr 2022 16:20:51 UTC - Search in distribution

Email::Mailer - Multi-purpose emailer for HTML, auto-text, attachments, and templates River stage two • 3 direct dependents • 13 total dependents

Following the charter and example of Email::Simple, this module provides a simple and flexible interface to sending various types of email including plain text, HTML/text multi-part, attachment support, and template hooks. The module depends on a ser...

GRYPHON/Email-Mailer-1.19 - 20 Mar 2022 00:51:53 UTC - Search in distribution

exact::class - Simple class interface extension for exact River stage two • 3 direct dependents • 13 total dependents

exact::class is intended to be a simple class interface extension for exact. See the exact documentation for additional information about extensions. The intended use of exact::class is via the extension interface of exact. use exact -class, -conf, -...

GRYPHON/exact-class-1.19 - 13 Sep 2023 04:05:52 UTC - Search in distribution
  • exact::role - Simple role interface extension for exact

Bible::OBML - Open Bible Markup Language parser and renderer River stage one • 1 direct dependent • 1 total dependent

This module provides methods that support parsing and rendering Open Bible Markup Language (OBML). OBML is a text markup way to represent Bible content, one whole text file per chapter. The goal or purpose of OBML is similar to Markdown in that it pr...

GRYPHON/Bible-OBML-2.07 - 02 May 2024 18:57:37 UTC - Search in distribution

Bible::Reference - Simple Bible reference parser, tester, and canonicalizer River stage one • 1 direct dependent • 1 total dependent

This module is intended to address Bible reference canonicalization. Given some input, the module will search for Bible references, canonicalize them, and return them in various forms desired. It can return the canonicalized within the context of the...

GRYPHON/Bible-Reference-1.15 - 21 Dec 2022 21:02:17 UTC - Search in distribution

Time::DoAfter - Wait before doing by label contoller singleton River stage zero No dependents

This library provides a means to do something after waiting a specified period of time since the previous invocation under the same something label. Also, it's a singleton. Let's say you have a situation where you want to do something every 2 seconds...

GRYPHON/Time-DoAfter-1.08 - 20 Mar 2022 00:56:03 UTC - Search in distribution

English::Script - Parse English subset and convert to data or code River stage zero No dependents

The module will parse a limited subset of English (using Parse::RecDescent grammar) and convert it to either a Perl data structure or YAML. It can then render this to code. The default renderer is JavaScript. Why? Well, the goal is to provide a means...

GRYPHON/English-Script-1.06 - 20 Mar 2022 00:52:04 UTC - Search in distribution

Authen::TOTP - Interface to RFC6238 two factor authentication (2FA) River stage zero No dependents

"Authen::TOTP" is a simple interface for creating and verifying RFC6238 OTPs as used by Google Authenticator, Authy, Duo Mobile etc It currently passes RFC6238 Test Vectors for SHA1, SHA256, SHA512...

TCHATZI/Authen-TOTP-0.0.7 - 02 Jul 2020 11:05:19 UTC - Search in distribution

exact::me - Original program path locations extension for exact River stage zero No dependents

exact::me is an extension for exact that imports a "me()" function into the calling namespace. use exact -me;...

GRYPHON/exact-me-1.05 - 13 Sep 2023 04:11:27 UTC - Search in distribution

Unit::Duration - Work-time unit duration conversion and canonicalization River stage zero No dependents

This class provides the ability to "canonicalize" time durations based on custom time units and their relationships to each other. As an illustrative example, let's say you're a project manager dealing with work-time duration estimates for a set of t...

GRYPHON/Unit-Duration-1.03 - 20 Mar 2022 00:56:15 UTC - Search in distribution

exact::lib - Compile-time @INC manipulation extension for exact River stage zero No dependents

exact::lib is an extension for exact that provides a means to easily manipulate @INC at compile time. When called, it will look for what appears to be space-separated list of paths. If such a list is not provided, it will assume "lib" as the default ...

GRYPHON/exact-lib-1.04 - 13 Sep 2023 04:10:01 UTC - Search in distribution

exact::cli - Command-line interface helper utilities extension for exact River stage zero No dependents

exact::cli is command-line interface helper utilities extension for exact. It effectively is an integration of Util::CommandLine with exact. Consult the Util::CommandLine documentation for additional information. See the exact documentation for addit...

GRYPHON/exact-cli-1.07 - 13 Sep 2023 04:07:18 UTC - Search in distribution

exact::fun - Functions and methods with parameter lists for exact River stage zero No dependents

exact::fun is an extension for exact that imports Function::Parameters into the calling namespace. use exact -fun; It can optionally include the modifiers that come with Function::Parameters. use exact 'fun(mod)'; If instead of the modifiers that com...

GRYPHON/exact-fun-1.01 - 13 Sep 2023 04:09:57 UTC - Search in distribution
47 results (0.051 seconds)