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

Search results for "dist::moosex"

MooseX - Document the MooseX namespace River stage zero No dependents

The "MooseX::*" namespace is for *Moose extensions*, not a general space for any module that happens to use Moose. Usually, such modules will make use of Moose::Exporter to make their extension available to the calling class. It may define a class or...

ETHER/MooseX-0.002 - 16 Aug 2015 02:26:52 UTC - Search in distribution

MooseX::FSM - The great new MooseX::FSM! River stage zero No dependents

GORAXE/MooseX-FSM-0.01 - 27 Apr 2009 11:50:14 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

tracker - run App::TimeTracker River stage one • 9 direct dependents • 9 total dependents

"tracker" is the front end script to App::TimeTracker. "tracker" allows you to easily track and report the time you spend on various jobs, projects, tasks etc. from the command line. Custom commands or adaptations to your workflow can be implemented ...

DOMM/App-TimeTracker-3.010 - 23 Sep 2021 21:18:27 UTC - Search in distribution

Devel::Declare - (DEPRECATED) Adding keywords to perl, in perl River stage three • 47 direct dependents • 276 total dependents

Devel::Declare can install subroutines called declarators which locally take over Perl's parser, allowing the creation of new syntax. This document describes how to create a simple declarator....

ETHER/Devel-Declare-0.006022 - 26 Apr 2020 18:31:21 UTC - Search in distribution

WiX3 - Objects useful for generating Windows Installer XML files. River stage one • 1 direct dependent • 2 total dependents

This distribution is designed to assist in writing XML files for Windows Installer XML version 3.0, otherwise known as WiX. Since Windows Installer, and therefore WiX, keeps track of each individual file, installers using it are more complicated than...

CSJEWELL/WiX3-0.011 - 05 Jun 2011 16:18:34 UTC - Search in distribution

perlootut - Manual de programación orientada a objetos en Perl River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

Zydeco - Jazz up your Perl River stage one • 3 direct dependents • 4 total dependents

Zydeco is a Perl module to jazz up your object-oriented programming. It fuses together: * Classes, roles, and interfaces * Powerful and concise attribute definitions * Methods with signatures, type constraints, and coercion * Factories to help your o...

TOBYINK/Zydeco-0.617 - 23 Oct 2022 13:05:51 UTC - Search in distribution

Fixed - a readonly variable that you can assign to River stage zero No dependents

"Fixed" is a little like Readonly; the main difference is that you can assign to fixed variables. What?! Then how are they fixed? Because you can only assign to them once! use 5.012; use strict; use warnings; use Fixed; fix $x; # declared but not ini...

TOBYINK/Fixed-0.003 - 11 Sep 2014 11:01:55 UTC - Search in distribution

blio.pl - Blio - domm's blogging "engine" River stage zero No dependents

"Blio" is a very simple blogging "engine". I call it an '"engine"' because Blio is basically a slightly enhanced and streamlined (for my use cases, at least) ttree, or yet another pre-clone of jekyll. In other words, it takes a bunch of plain text fi...

DOMM/Blio-2.007 - 11 Nov 2022 20:15:29 UTC - Search in distribution

perl5ifaq - Frequently Asked Questions about perl5i River stage one • 2 direct dependents • 2 total dependents

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution

Moops - Moops Object-Oriented Programming Sugar River stage two • 16 direct dependents • 17 total dependents

Moops is sugar for declaring and using roles and classes in Perl. The syntax is inspired by MooseX::Declare, and Stevan Little's p5-mop-redux project (which is in turn partly inspired by Perl 6). Moops has fewer than half of the dependencies as Moose...

TOBYINK/Moops-0.038 - 15 Feb 2020 09:33:03 UTC - Search in distribution

Set::FA - A Set of Discrete Finite Automata River stage one • 1 direct dependent • 1 total dependent

Set::FA provides a mechanism to define and run a set of DFAs....

RSAVAGE/Set-FA-2.01 - 20 Sep 2016 02:48:16 UTC - Search in distribution

Data::Sah - Fast and featureful data structure validation River stage three • 359 direct dependents • 603 total dependents

This distribution, "Data-Sah", implements compilers for producing Perl and JavaScript validators, as well as translatable human description text from Sah schemas. Compiler approach is used instead of interpreter for faster speed. The generated valida...

PERLANCAR/Data-Sah-0.917 - 16 Feb 2024 10:01:15 UTC - Search in distribution

Kavorka - function signatures with the lure of the animal River stage two • 15 direct dependents • 30 total dependents

Kavorka provides "fun" and "method" keywords for declaring functions and methods. It uses Perl 5.14's keyword API, so should work more reliably than source filters or Devel::Declare-based modules. The syntax provided by Kavorka is largely inspired by...

TOBYINK/Kavorka-0.039 - 27 Jul 2018 17:58:13 UTC - Search in distribution

MooX::Press - quickly create a bunch of Moo/Moose/Mouse classes and roles River stage one • 5 direct dependents • 9 total dependents

MooX::Press (pronounced "Moo Express") is a quick way of creating a bunch of simple Moo classes and roles at once without needing to create separate Perl modules for each class and each role, and without needing to add a bunch of boilerplate to each ...

TOBYINK/MooX-Press-0.086 - 19 Jul 2022 09:06:55 UTC - Search in distribution

Object::Util - a selection of utility methods that can be called on blessed objects River stage one • 2 direct dependents • 2 total dependents

This module is inspired by Safe::Isa, Object::Tap, and my own OO experiences. It is a hopefully helpful set of methods for working with objects, exposed as lexical coderef variables. Rationale Providing methods as coderefs so that you can do: $object...

TOBYINK/Object-Util-0.010 - 20 Jul 2018 13:29:42 UTC - Search in distribution

Sub::MultiMethod - yet another implementation of multimethods River stage two • 2 direct dependents • 10 total dependents

Sub::MultiMethod focusses on implementing the dispatching of multimethods well and is less concerned with providing a nice syntax for setting them up. That said, the syntax provided is inspired by Moose's "has" keyword and hopefully not entirely horr...

TOBYINK/Sub-MultiMethod-1.000 - 23 Sep 2022 15:19:02 UTC - Search in distribution

App::Toodledo - Interacting with the Toodledo task management service. River stage zero No dependents

Toodledo (<http://www.toodledo.com/>) is a web-based capability for managing to-do lists along Getting Things Done (GTD) lines. This module provides a Perl-based access to its API. This version is a minimal port to version 2 of the Toodledo API. It i...

PJS/App-Toodledo-2.19 - 10 Aug 2017 05:20:45 UTC - Search in distribution

anywhere - Use a module (or feature) everywhere River stage one • 1 direct dependent • 1 total dependent

"anywhere" is a fork of everywhere 0.07 while waiting my proposed change to be merged (if ever). It currently only has one difference compared to "everywhere": it sets %INC entry to the file path instead of letting Perl set it to "CODE(0x...)" so oth...

PERLANCAR/anywhere-0.002 - 14 Feb 2017 11:31:40 UTC - Search in distribution
250 results (0.072 seconds)