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

Search results for "PERIGRIN"

Task::SDK::Perigrin - A List of Modules I Use Constantly River stage zero No dependents

This is a meta-package that gathers together what I find to be my standard toolkit....

PERIGRIN/Task-SDK-Perigrin-0.05 - 04 Oct 2010 20:56:46 UTC - Search in distribution

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

Net::Twitter - A perl interface to the Twitter API River stage two • 21 direct dependents • 35 total dependents

This module has been superseded by Twitter::API. Please update as soon as you possibly can to use new features and the new API versions. This module will no longer be supported. This module provides a perl interface to the Twitter APIs. See <http://d...

MMIMS/Net-Twitter-4.01043 - 17 Jan 2018 18:36:07 UTC - Search in distribution

ouse - syntactic sugar to make Mouse one-liners easier River stage three • 229 direct dependents • 558 total dependents

ouse.pm is a simple source filter that adds "package $name; use Mouse;" to the beginning of your script and was entirely created because typing perl "-e'package Foo; use Mouse; ...'" was annoying me... especially after getting used to having "-Moose"...

SKAJI/Mouse-v2.5.10 - 28 Mar 2020 13:17:36 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

POE::Component::IRC - A fully event-driven IRC client module River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 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

XML::Rabbit - Consume XML with Moose and xpath queries River stage one • 8 direct dependents • 8 total dependents

XML::Rabbit is a Moose-based class construction toolkit you can use to make XPath-based XML extractors with very little code. Each attribute in your class created with the above helper function is linked to an XPath query that is executed on your XML...

ROBINS/XML-Rabbit-0.4.1 - 18 Sep 2015 13:46:54 UTC - Search in distribution

Role::Tiny - Roles: a nouvelle cuisine portion size slice of Moose River stage four • 285 direct dependents • 4736 total dependents

"Role::Tiny" is a minimalist role composition tool....

HAARG/Role-Tiny-2.002004 - 24 Jan 2021 02:49:55 UTC - Search in distribution

Cogwheel - A Client/Server Networking Framework based on Moose and Sprocket River stage zero No dependents

Cogwheel is a framework for building Network Clients and Servers. It is based off the Sprocket library and Moose....

STYPNOW/Cogwheel-0.03 - 04 Oct 2008 02:28:32 UTC - Search in distribution

Moose::Tiny - Why Should Object::Tiny get all the Fun River stage zero No dependents

I was looking at Object::Tiny and thought, wow I bet I could do that really easily with Moose. I was right....

PERIGRIN/Moose-Tiny-0.04 - 14 Jun 2009 22:27:00 UTC - Search in distribution

POE::Component::Github - A POE component for the Github API River stage one • 2 direct dependents • 2 total dependents

POE::Component::Github is a POE component that provides asynchronous access to the Github API <http://develop.github.com/> to other POE sessions or components. It was inspired by Net::Github. The component handles communicating with the Github API an...

BINGOS/POE-Component-Github-0.08 - 08 Mar 2011 01:20:25 UTC - Search in distribution

MooseX::Workers - Simple sub-process management for asynchronous tasks River stage zero No dependents

MooseX::Workers is a Role that provides easy delegation of long-running tasks into a managed child process. Process management is taken care of via POE and its POE::Wheel::Run module....

RKITOVER/MooseX-Workers-0.24 - 07 Feb 2015 19:02:18 UTC - Search in distribution

POE::Test::Helpers - Testing framework for POE River stage one • 2 direct dependents • 2 total dependents

XSAWYERX/POE-Test-Helpers-1.11 - 11 Sep 2010 22:23:43 UTC - Search in distribution

W3C::XMLSchema - Parser for W3C XML Schema Definition (XSD) River stage zero No dependents

This is a module that makes it easy to iterate over and extract information from an XML Schema definition (aka XSD), as defined by the W3C....

ROBINS/W3C-XMLSchema-0.0.4 - 15 Mar 2013 14:12:52 UTC - Search in distribution

MooX::Log::Any - Role to add Log::Any River stage two • 9 direct dependents • 29 total dependents

A logging role building a very lightweight wrapper to Log::Any for use with your Moo or Moose classes. Connecting a Log::Any::Adapter should be performed prior to logging the first log message, otherwise nothing will happen, just like with Log::Any U...

CAZADOR/MooX-Log-Any-0.004004 - 20 Jan 2016 03:10:51 UTC - Search in distribution

MooseX::Templated - template-based rendering of Moose objects River stage zero No dependents

The "MooseX::Templated" role provides the consuming class with a method "render()" which allows template-based rendering of the object....

ISILLITOE/MooseX-Templated-0.09 - 17 Oct 2016 11:35:36 UTC - Search in distribution

Path::Class::Versioned - A simple module for managing versioned file names River stage zero No dependents

C'mon, you know you have done this too, so why bother writing it over and over again, just use this module. This module aims to provide a simple, yet sophisticated way of creating and managing versioned files by name. It is a poor substitute for usin...

STEVAN/Path-Class-Versioned-0.04 - 27 Sep 2010 19:49:28 UTC - Search in distribution

lib/MouseX/Getopt.pm River stage one • 3 direct dependents • 4 total dependents

This is a role which provides an alternate constructor for creating objects using parameters passed in from the command line. This module attempts to DWIM as much as possible with the command line params by introspecting your class's attributes. It w...

GFUJI/MouseX-Getopt-0.38 - 26 Jan 2019 03:39:23 UTC - Search in distribution
35 results (0.033 seconds)