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

Search results for "module::Moose::*"

Module::Install::Any::Moose - Any::Moose Support For Module::Install River stage zero No dependents

DMAKI/Module-Install-Any-Moose-0.00003 - 07 May 2009 22:48:49 UTC - Search in distribution

Class::MOP::Module - Module Meta Object River stage four • 2916 direct dependents • 4004 total dependents

A module is essentially a Class::MOP::Package with metadata, in our case the version and authority....

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

Perl::ToPerl6::Transformer::ModuleSpecific::Moose - Add Perl6-style class attributes River stage zero No dependents

Perl6 uses a similar syntax to Moose's 'has' declaration style. This module attempts to convert basic Moose "has x => ( isa => 'Int', is => 'ro' )" declarations to " has Int $.x; ". has x => ( is => 'rw', isa => 'Int', default => 42 ); --> has Int $....

JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC - Search in distribution

Moxie - Not Another Moose Clone River stage zero No dependents

Moxie is a new object system for Perl 5 that aims to be a successor to the Moose module. The goal is to provide the same key features of Moose; syntactic sugar, common base class, slot management, role composition, accessor generation and a meta-obje...

STEVAN/Moxie-0.07 - 15 Nov 2017 23:31:53 UTC - Search in distribution

Mouse - Moose minus the antlers River stage three • 229 direct dependents • 558 total dependents

Moose is a postmodern object system for Perl5. Moose is wonderful. Unfortunately, Moose has a compile-time penalty. Though significant progress has been made over the years, the compile time penalty is a non-starter for some very specific application...

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

Muuse - Moose but with less typing River stage zero No dependents

Muuse imports both Moose and MooseX::ShortHas, making it even less work in typing and reading to set up an object....

MITHALDU/Muuse-1.222490 - 06 Sep 2022 09:52:16 UTC - Search in distribution

the - This is teh, best module evar! River stage zero No dependents

teh module exports the subroutine and the module exports a subroutine. Just use an module, then use more subroutine....

INGY/the-0.15 - 02 Jun 2008 06:45:30 UTC - Search in distribution

tt - Preprocess Perl code with Template Toolkit and Module::Compile. River stage zero No dependents

This module uses Module::Compile to help you generate Perl code without using BEGIN/eval tricks and reducing readability, but without having to repeat yourself either....

NUFFIN/Module-Compile-TT-0.02 - 17 Sep 2007 01:49:08 UTC - Search in distribution

Mite - Moose-like OO, fast to load, with zero dependencies. River stage zero No dependents

Mite provides a subset of Moose features with very fast startup time and zero dependencies. Moose and Moo are great... unless you can't have any dependencies or compile-time is critical. Mite provides Moose-like functionality, but it does all the wor...

TOBYINK/Mite-0.012000 - 12 Dec 2022 20:44:49 UTC - Search in distribution

Reindeer - Moose with more antlers River stage one • 2 direct dependents • 4 total dependents

Like Moose? Use MooseX::* extensions? Maybe some MooseX::Types libraries? Hate that you have to use them in every. Single. Class. Reindeer aims to resolve that :) Reindeer _is_ Moose -- it's just Moose with a number of the more useful/popular extensi...

RSRCHBOY/Reindeer-0.020 - 20 Dec 2017 23:30:25 UTC - Search in distribution

PRANG - XML graph engine - XML to Moose objects and back! River stage one • 1 direct dependent • 1 total dependent

PRANG is an XML Graph engine, which provides post-schema validation objects (PSVO). It is designed for implementing XML languages for which a description of the valid sets of XML documents is available - for example, a DTD, W3C XML Schema or Relax sp...

EGILES/PRANG-0.21 - 30 Jan 2023 22:10:38 UTC - Search in distribution

Aion - a postmodern object system for Perl 5, as Moose and Moo, but with improvements River stage zero No dependents

Aion — OOP framework for create classes with features, has aspects, roles and so on. Properties declared via "has" are called features. And "is", "isa", "default" and so on in "has" are called aspects. In addition to standard aspects, roles can add t...

DART/Aion-0.1 - 28 Sep 2023 16:07:20 UTC - Search in distribution

Gloom - Gloom (the Great Little OO Module) River stage zero No dependents

Gloom is a simple, clean and small OO base module. It can be used by CPAN modules that need to be OO, but don't want to require a dependency module to do it. Gloom provides the OO basics like single inheritance, standard "new" and "init" constructor ...

INGY/Gloom-0.25 - 16 Aug 2014 22:35:02 UTC - Search in distribution

Mousse - A Light and Tasty Moose for CPAN Authors River stage zero No dependents

Mousse is the easiest way to get Moose support for your OO CPAN module. Mousse adds NO prerequisite dependencies to your CPAN module. Mousse has the same performance qualities as the zippy Mouse::Tiny. Mousse is enabled by adding one line to your Mak...

INGY/Mousse-0.15 - 04 Jun 2011 17:28:46 UTC - Search in distribution

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 225 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution

cpm - a fast CPAN module installer River stage one • 5 direct dependents • 8 total dependents

SKAJI/App-cpm-0.997017 - 28 Apr 2024 21:16:06 UTC - Search in distribution

OX - the hardest working two letters in Perl River stage one • 2 direct dependents • 2 total dependents

OX is a web application framework based on Bread::Board, Path::Router, and PSGI. Bread::Board lets you build your application from a collection of normal Moose objects, organized together in a "container", which allows components to easily interopera...

DOY/OX-0.14 - 03 Apr 2014 15:30:33 UTC - Search in distribution

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

helm - Easy server and cluster automation River stage zero No dependents

"helm" is command-line utility to make it easy to automate system tasks for individual machines, a cluster of machines or a subset of machines in a cluster. It has the following features: * Combine multiple commands into a single tasks and to have gr...

WONKO/helm-0.4 - 28 Jun 2011 18:53:01 UTC - Search in distribution
1,452 results (0.138 seconds)