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

Search results for "FREW"

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

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

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

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

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 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

adenosine River stage one • 1 direct dependent • 1 total dependent

Adenosine is a tiny script wrapper for curl <http://curl.haxx.se/>. It provides a simple, concise shell interface for interacting with REST <http://en.wikipedia.org/wiki/Representational_State_Transfer> services. Since it is just a command you run in...

FREW/App-Adenosine-2.002000 - 19 Jan 2018 17:08:41 UTC - Search in distribution

NOTES River stage one • 1 direct dependent • 1 total dependent

TIMB/WebAPI-DBIC-0.004002 - 22 Mar 2015 22:56:37 UTC - Search in distribution

charon - Share files over HTTP easily and conveniently River stage zero No dependents

Charon is the ferryman of Hades who carries souls of the newly deceased across the rivers Styx and Acheron that divided the world of the living from the world of the dead "charon" is a tool for easily sharing files. I have found that at work I often ...

FREW/App-Charon-0.001003 - 28 Mar 2015 18:31:17 UTC - Search in distribution

String::Print - printf alternative River stage two • 4 direct dependents • 90 total dependents

This module inserts values into (format) strings. It provides "printf" and "sprintf" alternatives via both an object oriented and a functional interface. Read in the "DETAILS" chapter below, why this module provides a better alternative for "printf()...

MARKOV/String-Print-0.94 - 01 Mar 2020 11:39:41 UTC - Search in distribution

Test::Roo - Composable, reusable tests with roles and Moo River stage two • 27 direct dependents • 75 total dependents

This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cl...

DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTC - Search in distribution

Email::MIME - easy MIME message handling River stage three • 66 direct dependents • 140 total dependents

This is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access to various parts of the message. Headers are decoded from MIME encoding....

RJBS/Email-MIME-1.953 - 09 Jan 2023 00:03:49 UTC - Search in distribution

Test2::Roo - Composable, reusable tests with roles and Moo River stage zero No dependents

This module allows you to compose Test2::V0 tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cla...

DJERIUS/Test2-Roo-1.005 - 12 May 2020 19:23:26 UTC - Search in distribution

Web::Simple - A quick and easy way to build simple web applications River stage two • 11 direct dependents • 22 total dependents

The philosophy of Web::Simple is to keep to an absolute bare minimum for everything. It is not designed to be used for large scale applications; the Catalyst web framework already works very nicely for that and is a far more mature, well supported pi...

MSTROUT/Web-Simple-0.033 - 20 Mar 2017 17:43:44 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

Dist::Zilla - distribution builder; installer not included! River stage three • 655 direct dependents • 710 total dependents

Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC - Search in distribution

Cogit - A truly Pure Perl interface to Git repositories River stage zero No dependents

This module is a Pure Perl interface to Git repositories. It was mostly based on Grit <http://grit.rubyforge.org/>....

FREW/Cogit-0.001001 - 12 Mar 2017 20:23:32 UTC - Search in distribution

Jenkins::API - A wrapper around the Jenkins API River stage one • 1 direct dependent • 1 total dependent

NEWELLC/Jenkins-API-0.18 - 22 May 2021 07:51:03 UTC - Search in distribution

Devel::REPL - A modern perl interactive shell River stage two • 23 direct dependents • 34 total dependents

This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC - Search in distribution

Parse::Taxonomy - Validate hierarchical data stored in CSV format River stage zero No dependents

This module is the base class for the Parse-Taxonomy extension to the Perl 5 programming language. You will not instantiate objects of this class; rather, you will instantiate objects of subclasses, of which Parse::Taxonomy::MaterializedPath and Pars...

JKEENAN/Parse-Taxonomy-0.24 - 09 Apr 2016 12:01:44 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
106 results (0.191 seconds)