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

Search results for "BLUEFEET"

Moo - Minimalist Object Orientation (with Moose compatibility) River stage four • 2117 direct dependents • 5269 total dependents

"Moo" is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. "Moo" contains a subset of Moose and is optimised for rapid st...

HAARG/Moo-2.005005 - 05 Jan 2023 20:56:38 UTC - Search in distribution

Moose - A postmodern object system for Perl 5 River stage four • 2916 direct dependents • 4004 total dependents

Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution

Consul - Client library for consul River stage one • 3 direct dependents • 3 total dependents

This is a client library for accessing and manipulating data in a Consul cluster. It targets the Consul v1 HTTP API. This module is quite low-level. You're expected to have a good understanding of Consul and its API to understand the methods this mod...

ROBN/Consul-0.027 - 25 Feb 2020 09:51:59 UTC - Search in distribution

Starch - A framework independent HTTP session library. River stage two • 10 direct dependents • 10 total dependents

Welcome to Starch! Starch solves the problems introduced when complex HTTP session libraries are written as web framework built-ins. When complex libraries like these are tied directly into a web framework they become much more difficult to test, dif...

BLUEFEET/Starch-0.14 - 13 May 2019 02:14:22 UTC - Search in distribution

LEGO::NXT - LEGO NXT Direct Commands API. River stage zero No dependents

This module provides low-level control of a LEGO NXT brick over bluetooth using the Direct Commands API. This API will not enable you to run programs on the NXT, rather, it will connect to the NXT and issue real-time commands that turn on/off motors,...

COLLINS/LEGO-NXT-2.00-1 - 16 Dec 2006 18:25:25 UTC - Search in distribution

GitLab::API::v3 - A complete GitLab API v3 client. (DEPRECATED) River stage zero No dependents

This module provides a one-to-one interface with the GitLab API v3. Much is not documented here as it would just be duplicating GitLab's own API Documentation <http://doc.gitlab.com/ce/api/README.html>. Note that this distribution also includes the g...

BLUEFEET/GitLab-API-v3-1.06 - 30 Jan 2021 06:38:10 UTC - Search in distribution

Geo::Distance - Calculate distances and closest locations. (DEPRECATED) River stage one • 4 direct dependents • 4 total dependents

This perl library aims to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently there is support for finding the closest locations within a speci...

BLUEFEET/Geo-Distance-0.25 - 30 Jan 2021 06:25:16 UTC - Search in distribution

Games::EveOnline::API - A simple Perl wrapper around the EveOnline XML API. (DEPRECATED) River stage zero No dependents

This module provides a Perl wrapper around the Eve-Online API, version 2. The need for the wrapper arrises for two reasons. First, the XML that is provided by the API is overly complex, at least for my taste. So, other than just returning you a perl ...

BLUEFEET/Games-EveOnline-API-0.10 - 10 Mar 2019 14:00:59 UTC - Search in distribution

URI::Fast - A fast(er) URI parser River stage one • 2 direct dependents • 2 total dependents

"URI::Fast" is a faster alternative to URI. It is written in C and provides basic parsing and modification of a URI. URI is an excellent module; it is battle-tested, robust, and handles many edge cases. As a result, it is rather slower than it would ...

JEFFOBER/URI-Fast-0.55 - 13 Sep 2021 19:43:34 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

GitLab::API::v4 - A complete GitLab API v4 client. River stage one • 1 direct dependent • 1 total dependent

This module provides a one-to-one interface with the GitLab API v4. Much is not documented here as it would just be duplicating GitLab's own API Documentation <http://doc.gitlab.com/ce/api/README.html>. Note that this distribution also includes the g...

BLUEFEET/GitLab-API-v4-0.27 - 07 Jun 2023 20:51:14 UTC - Search in distribution

Sub::Quote - Efficient generation of subroutines via string eval River stage four • 55 direct dependents • 4770 total dependents

This package provides performant ways to generate subroutines from strings....

HAARG/Sub-Quote-2.006008 - 20 Jan 2023 10:28:03 UTC - Search in distribution

Test::Consul - Run a Consul server for testing River stage one • 4 direct dependents • 4 total dependents

This module starts and stops a standalone Consul instance. It's designed to be used to help test Consul-aware Perl programs. It's assumed that you have Consul 0.6.4 installed somewhere....

ROBN/Test-Consul-0.017 - 17 Jul 2023 21:52:58 UTC - Search in distribution

Net::Gitlab - Talk to a Gitlab installation via its API. (DEPRECATED) River stage zero No dependents

BLUEFEET/Net-Gitlab-0.09 - 06 Mar 2019 06:03:37 UTC - Search in distribution

MooX::PluginKit - A comprehensive plugin system. River stage zero No dependents

BLUEFEET/MooX-PluginKit-0.06 - 06 Mar 2019 07:44:24 UTC - Search in distribution

Data::Xslate - Templatize your data. River stage zero No dependents

This module provides a syntax for templatizing data structures. Templating The most powerful feature by far is templating, where you can use Text::Xslate in your values. { foo => 'green', bar => 'It is <: $foo :>!', } # { foo=>'green', bar=>'It is gr...

BLUEFEET/Data-Xslate-0.09 - 30 Jan 2021 05:46:28 UTC - Search in distribution

Object::Depot - Decouple object instantiation from usage. River stage zero No dependents

Object depots encapsulate object construction so that users of objects do not need to know how to create the objects in order to use them. The primary use case for this library is for storing the connection logic to external services and making these...

BLUEFEET/Object-Depot-0.04 - 21 Jun 2021 20:35:20 UTC - Search in distribution

Types::Git - Type::Tiny types for git stuff. River stage zero No dependents

This module provides several Type::Tiny types for some of git's data types....

BLUEFEET/Types-Git-0.04 - 18 Feb 2019 05:52:46 UTC - Search in distribution

GIS::Distance - Calculate geographic distances. River stage two • 6 direct dependents • 21 total dependents

This module calculates distances between geographic points on, at the moment, planet Earth. Various "FORMULAS" are available that provide different levels of accuracy versus speed. GIS::Distance::Fast, a separate distribution, ships with C implementa...

BLUEFEET/GIS-Distance-0.20 - 07 Jun 2023 19:26:25 UTC - Search in distribution

Config::Locale - Load and merge locale-specific configuration files. River stage zero No dependents

This module takes an identity array, determines the permutations of the identity using Algorithm::Loops, loads configuration files using Config::Any, and finally combines the configurations using Hash::Merge. So, given this setup: Config::Locale->new...

BLUEFEET/Config-Locale-0.10 - 30 Jan 2021 03:20:29 UTC - Search in distribution
59 results (0.036 seconds)