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

Search results for "AVENJ"

perl5260delta - what is new for perl v5.26.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes the differences between the 5.24.0 release and the 5.26.0 release....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Lowu - Shortcut for importing all of List::Objects::WithUtils River stage two • 11 direct dependents • 15 total dependents

A short-to-type way to get all of List::Objects::WithUtils, including autoboxing. If you like, you can specify params as if calling "use List::Objects::WithUtils": # Get array() and immarray() only: use Lowu 'array', 'immarray';...

AVENJ/List-Objects-WithUtils-2.028003 - 07 Apr 2016 18:11:20 UTC - Search in distribution

cobalt2 - Bot::Cobalt IRC bot frontend River stage two • 15 direct dependents • 15 total dependents

Bot::Cobalt is a pluggable IRC bot framework coupled with a core set of plugins vaguely replicating classic darkbot and cobalt1 behavior (and a great deal more). This is the core frontend; it uses ".cobalt2rc" files to find the relevant configuration...

AVENJ/Bot-Cobalt-0.021003 - 31 Jul 2016 18:45:20 UTC - Search in distribution

POEx::ZMQ - Asynchronous ZeroMQ sockets for POE River stage one • 1 direct dependent • 1 total dependent

A POE component providing non-blocking ZeroMQ <http://www.zeromq.org> (versions 3.x & 4.x) integration. See POEx::ZMQ::Socket for details on using these sockets and the zmq_socket(3) man page regarding behavior of each socket type. See the zguide <ht...

AVENJ/POEx-ZMQ-0.005007 - 11 Mar 2015 08:42:02 UTC - Search in distribution

vaporcalc - Terminal-based e-liquid recipe calculator River stage zero No dependents

A terminal-based calculator for manging DIY e-liquid recipes. See App::vaporcalc, and especially "WARNING" in App::vaporcalc....

AVENJ/App-vaporcalc-0.005004 - 05 Jul 2016 14:55:32 UTC - Search in distribution

Text::ZPL - Encode and decode ZeroMQ Property Language River stage one • 1 direct dependent • 1 total dependent

An implementation of the "ZeroMQ Property Language", a simple ASCII configuration file format; see <http://rfc.zeromq.org/spec:4> for details. Exports two functions by default: "decode_zpl" and "encode_zpl". This module uses Exporter::Tiny to export ...

AVENJ/Text-ZPL-0.003001 - 27 Jun 2016 20:37:36 UTC - Search in distribution

Data::Perl - Base classes wrapping fundamental Perl data types. River stage three • 6 direct dependents • 290 total dependents

Data::Perl is a collection of classes that wrap fundamental data types that exist in Perl. These classes and methods as they exist today are an attempt to mirror functionality provided by Moose's Native Traits. One important thing to note is all clas...

TOBYINK/Data-Perl-0.002011 - 22 Jan 2020 13:35:01 UTC - Search in distribution

ircindexer-server-json - Serve IRC::Indexer JSON over HTTP River stage zero No dependents

Indexes sets of servers in parallel via IRC::Indexer, exporting information as JSON via HTTP for ease of retrieval. Uses POEx::HTTP::Server to provide HTTP daemon functionality. JSON is encoded by forked IRC::Indexer::Process::JSONify instances. Inte...

AVENJ/IRC-Indexer-0.06 - 18 Apr 2012 01:13:44 UTC - Search in distribution

Crypt::ZCert - Manage ZeroMQ 4+ ZCert CURVE keys and certificates River stage zero No dependents

A module for managing ZeroMQ "ZCert" certificates and calling zmq_curve_keypair(3) from libzmq <http://www.zeromq.org> to generate CURVE keys. ZCerts ZCert files are "ZPL" format (see Text::ZPL) with two subsections, "curve" and "metadata". The "curv...

AVENJ/Crypt-ZCert-0.003002 - 17 Jul 2015 04:24:35 UTC - Search in distribution

z85_convert - Command line interface to Convert::Z85 River stage one • 1 direct dependent • 1 total dependent

A trivial command line interface to the Z85 encoding, as implemented by Convert::Z85. Padding is applied automatically....

AVENJ/Convert-Z85-1.001001 - 11 Mar 2016 06:21:54 UTC - Search in distribution

IRC::Server::Tree - Manipulate an IRC "spanning tree" River stage zero No dependents

An IRC network is defined as a 'spanning tree' per RFC1459; this module is an array-type object representing such a tree, with convenient path resolution methods for determining route "hops" and extending or shrinking the tree. See IRC::Server::Tree:...

AVENJ/IRC-Server-Tree-0.061001 - 04 Mar 2016 18:56:17 UTC - Search in distribution

POE::Filter::IRCv3 - Fast IRCv3.2 parser for POE or stand-alone use River stage one • 3 direct dependents • 3 total dependents

A POE::Filter for IRC traffic with support for IRCv3.2 message tags. Does not rely on regular expressions for parsing. Benchmarks show this approach is generally faster on the most common IRC strings. Like any proper POE::Filter, there are no POE-spe...

AVENJ/POE-Filter-IRCv3-1.002002 - 17 Jun 2015 23:41:56 UTC - Search in distribution

MooX::Role::POE::Emitter - Pluggable POE event emitter role for cows River stage one • 3 direct dependents • 5 total dependents

Consuming this Moo::Role gives your class a POE::Session capable of processing events via loaded plugins and/or emitting them to registered "listener" sessions. It is derived from POE::Component::Syndicator by BINGOS, HINRIK, APOCAL et al, but with m...

AVENJ/MooX-Role-POE-Emitter-1.001002 - 06 Mar 2015 00:33:24 UTC - Search in distribution

MooX::Role::Pluggable - A plugin pipeline for your Moo-based class River stage zero No dependents

A Moo::Role for turning instances of your class into pluggable objects. Consumers of this role gain a plugin pipeline and methods to manipulate it, as well as a flexible dispatch system (see "_pluggable_process"). The logic and behavior is based almo...

AVENJ/MooX-Role-Pluggable-1.002002 - 17 Jul 2015 04:12:59 UTC - Search in distribution

POEx::IRC::Backend - IRC client or server backend River stage one • 2 direct dependents • 2 total dependents

A POE IRC socket handler that can be used (by client or server implementations) to speak the IRC protocol to endpoints via IRC::Message::Object objects. Inspired by POE::Component::Server::IRC::Backend & POE::Component::IRC. This is a very low-level ...

AVENJ/POEx-IRC-Backend-0.030003 - 30 Aug 2015 04:05:11 UTC - Search in distribution

Defaults::Modern - Yet another approach to modernistic Perl River stage one • 2 direct dependents • 4 total dependents

Yet another approach to writing Perl in a modern style. . . . also saves me extensive typing ;-) When you "use Defaults::Modern", you get: * strictures (version 2), which enables strict and makes most warnings fatal; additionally bareword::filehandle...

AVENJ/Defaults-Modern-0.011001 - 26 Jun 2016 15:45:47 UTC - Search in distribution

IRC::Toolkit - Useful IRC objects and utilities River stage one • 1 direct dependent • 2 total dependents

A collection of useful IRC-related utilities. See their respective documentation, below. Modules that export functions use Exporter::Tiny, which is quite flexible; see the Exporter::Tiny docs for details. IRC::Message::Object; Objects representing in...

AVENJ/IRC-Toolkit-0.092002 - 31 Jul 2016 23:59:10 UTC - Search in distribution

Acme::CPANAuthors::POE - We are CPAN Authors of POE River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of POE namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....

BINGOS/Acme-CPANAuthors-POE-0.88 - 19 May 2023 16:48:50 UTC - Search in distribution

Object::RateLimiter - A flood control (rate limiter) object River stage one • 1 direct dependent • 1 total dependent

This is a generic rate-limiter object, implementing the math described in <http://www.perl.com/pub/2004/11/11/floodcontrol.html> via light-weight array-type objects. The algorithm is fairly simple; the article linked above contains an in-depth discus...

AVENJ/Object-RateLimiter-1.004001 - 02 Feb 2016 20:53:04 UTC - Search in distribution

List::Objects::Types - Type::Tiny-based types for List::Objects::WithUtils River stage two • 7 direct dependents • 12 total dependents

A set of Type::Tiny-based types & coercions matching the list objects found in List::Objects::WithUtils. ArrayObj An object that consumes List::Objects::WithUtils::Role::Array. Can be coerced from a plain ARRAY; a shallow copy is performed. HashObj A...

AVENJ/List-Objects-Types-2.001001 - 22 Jul 2016 19:41:28 UTC - Search in distribution
40 results (0.042 seconds)