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

Search results for "JROCKWAY"

Dist::Zilla::PluginBundle::JROCKWAY - JROCKWAY does not like boilerplate River stage zero No dependents

This basically sets everything up the way I like....

JROCKWAY/Dist-Zilla-PluginBundle-JROCKWAY-1.102911 - 18 Oct 2010 15:04:15 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

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

App::Plog - The one and a half minute blog River stage zero No dependents

Generate a rudimentary HTML blog....

NKH/App-Plog-0.01.12 - 08 May 2010 15:36:26 UTC - Search in distribution

MooseX::Declare - (DEPRECATED) Declarative syntax for Moose River stage two • 42 direct dependents • 49 total dependents

This module provides syntactic sugar for Moose, the postmodern object system for Perl 5. When used, it sets up the "class" and "role" keywords. Note: Please see the "WARNING" section below!...

ETHER/MooseX-Declare-0.43 - 16 Aug 2015 03:30:50 UTC - Search in distribution

MojoMojo - A Wiki with a tree River stage one • 1 direct dependent • 1 total dependent

Mojomojo is a content management system, borrowing many concepts from wikis and blogs. It allows you to maintain a full tree-structure of pages, and to interlink them in various ways. It has full version support, so you can always go back to a previo...

MRAMBERG/MojoMojo-1.12 - 13 May 2017 13:47:52 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

dbicdeploy - deploy a DBIx::Class schema to a database River stage one • 1 direct dependent • 1 total dependent

JROCKWAY/DBICx-Deploy-0.02 - 09 Oct 2007 18:14:24 UTC - Search in distribution

Weewar - get data from the weewar.com XML API River stage zero No dependents

This module lets you interact with the (Weewar <http://weewar.com/?referrer=jrockway>) API. See Weewar::User, Weewar::Game, and Weewar::HQ for details about what data you can get from the API....

JROCKWAY/Weewar-0.01 - 17 Sep 2007 03:48:10 UTC - Search in distribution

String::TT - use TT to interpolate lexical variables River stage one • 2 direct dependents • 3 total dependents

String::TT exports a "tt" function, which takes a TT (Template Toolkit) template as its argument. It uses the current lexical scope to resolve variable references. So if you say: my $foo = 42; my $bar = 24; tt '[% foo %] <-> [% bar %]'; the result wi...

BOBTFISH/String-TT-0.03 - 11 Jun 2010 10:44:40 UTC - Search in distribution

URI::SmartURI - Subclassable and hostless URIs River stage one • 1 direct dependent • 2 total dependents

This is a sort of "subclass" of URI using delegation with some extra methods, all the methods that work for URIs will work on these objects as well. It's similar in spirit to URI::WithBase. It's also completely safe to subclass for your own use....

RKITOVER/URI-SmartURI-0.032 - 12 Aug 2012 21:19:49 UTC - Search in distribution

nonsense - no-nonsense perl River stage zero No dependents

This is my contribution to the module-that-enables-pragmas-for-me meme. It enables strict, warnings, automatically makes your module return true, and automatically cleans out your namespace. And, let's be honest, "no nonsense" is the best name for a ...

JROCKWAY/nonsense-0.01 - 08 Nov 2010 14:31:53 UTC - Search in distribution

AnyEvent::Retry - try something until it works River stage zero No dependents

JROCKWAY/AnyEvent-Retry-0.03 - 07 Nov 2010 06:16:13 UTC - Search in distribution

AnyEvent::Subprocess - flexible, OO, asynchronous process spawning and management River stage one • 2 direct dependents • 2 total dependents

There are so many possible ways to use this module that a tutorial would take me months to write. You should definitely read the test suite to see what possibilities exist. (There is also an examples directory in the dist.) The basic "flow" is like i...

JROCKWAY/AnyEvent-Subprocess-1.102912 - 25 Feb 2011 19:38:50 UTC - Search in distribution

Hiredis::Async - Perl binding for asychronous hiredis API River stage one • 1 direct dependent • 1 total dependent

"Hiredis::Async" contains Perl binding for the asynchronous features of the hiredis C library (<https://github.com/antirez/hiredis>). Its intended purpose is to allow event loops to easily take advantage of the hiredis async features. If you just wan...

WHITNEY/Hiredis-Raw-0.07 - 17 Feb 2016 04:14:06 UTC - Search in distribution

MouseX::Traits - automatically apply roles at object creation time River stage two • 2 direct dependents • 43 total dependents

Often you want to create components that can be added to a class arbitrarily. This module makes it easy for the end user to use these components. Instead of requiring the user to create a named class with the desired roles applied, or apply roles to ...

GFUJI/MouseX-Traits-0.1102 - 10 Jan 2011 07:15:16 UTC - Search in distribution

Package::FromData - generate a package with methods and variables from a data structure River stage one • 1 direct dependent • 4 total dependents

This module creates a package with predefined methods, functions, and variables from a data structure. It's used for testing (mock objects) or experimenting. The idea is that you define a package containing functions that return values based on keys,...

JROCKWAY/Package-FromData-0.01 - 14 Jan 2008 06:42:27 UTC - Search in distribution

Test::Sweet - Moose-based Test::Class replacement River stage zero No dependents

"Test::Sweet" lets you organize tests into Moose classes and Moose roles. You just need to create a normal class or role and say "use Test::Sweet" somewhere. This adds the necessary methods to your metaclass, makes your class do "Test::Sweet::Runnabl...

JROCKWAY/Test-Sweet-0.03 - 16 May 2011 04:05:39 UTC - Search in distribution

Acme::Greek - Ιτ'σ αλλ γρεεκ το με! River stage zero No dependents

JROCKWAY/Acme-Greek-1.0 - 16 Oct 2006 07:28:49 UTC - Search in distribution

MooseX::Traits - Automatically apply roles at object creation time River stage three • 23 direct dependents • 165 total dependents

Often you want to create components that can be added to a class arbitrarily. This module makes it easy for the end user to use these components. Instead of requiring the user to create a named class with the desired roles applied, or apply roles to ...

ETHER/MooseX-Traits-0.13 - 16 Aug 2015 04:12:19 UTC - Search in distribution
82 results (0.101 seconds)