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

Search results for "RWP"

Task::BeLike::RWP - Perl modules bundle to install from CPAN River stage zero No dependents

MODULES The following Perl modules will be installed as part of this bundle. Path::Tiny (GitHub <https://github.com/dagolden/Path-Tiny>) OOP file management System::Command (GitHub <https://github.com/book/System-Command>) Execute commands in OOP sty...

RWP/Task-BeLike-RWP-0.231770 - 26 Jun 2023 19:45:22 UTC - Search in distribution

Dist::Zilla::PluginBundle::RWP - Add [@RWP] plugin bundle into dist.ini River stage zero No dependents

RWP Dist-Zilla plugin bundle. Plugins The following plugins are used as part of this bundle. "MetaJSON" Kwalitee extra indicator has_meta_json <https://cpants.cpanauthors.org/kwalitee/has_meta_json> "MetaProvides::Package" Kwalitee experimental indic...

RWP/Dist-Zilla-PluginBundle-RWP-0.230470 - 16 Feb 2023 14:35:05 UTC - Search in distribution

lib/Moops/TraitFor/Keyword/rwp.pm River stage two • 16 direct dependents • 17 total dependents

TOBYINK/Moops-0.038 - 15 Feb 2020 09:33:03 UTC - Search in distribution
  • Moops - Moops Object-Oriented Programming Sugar

Mu - Moo but with less typing River stage two • 10 direct dependents • 14 total dependents

Mu imports both Moo and MooX::ShortHas, making it even less work in typing and reading to set up an object....

MITHALDU/Mu-1.191300 - 10 May 2019 21:03:33 UTC - Search in distribution
  • Mu::Role - Moo::Role but with less typing

Mom - Moo objects minimally River stage zero No dependents

This documentation assumes familiarity with Moo. Motivation The documentation for MooX::ShortHas says instead of this: use Moo; has hro => is => ro => required => 1; has hlazy => is => lazy => builder => sub { 2 }; has hrwp => is => rwp => required =...

TOBYINK/Mom-0.006 - 11 Jun 2022 16:04:25 UTC - Search in distribution

Mus - Mu but with slightly more typing and strict constructors River stage zero No dependents

Mus imports both Mu and MooX::StrictConstructor making it even less work in typing and reading to set up an object with a strict constructor. Mu::Role should still be used for roles, as strict constructors don't apply to roles, so I did not duplicate...

SRCHULO/Mus-0.02 - 01 Feb 2019 05:15:20 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

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

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

App::Kit - A Lazy Façade to simplify your code/life River stage one • 1 direct dependent • 1 total dependent

A Lazy Façade to simplify your code/life. How? Ever see this sort of thing in a growing code base: package My::Thing; use strict; use warnings; use My::Logger; my $logger; sub foo { my ($x, $y, $z) = @_; if ($x) { $logger ||= MyLogger->new; $logger->...

DMUEY/App-Kit-0.63 - 23 Oct 2020 16:10:45 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

Ovirt - Bindings for oVirt REST API River stage zero No dependents

HEINCE/Ovirt-0.06 - 23 Mar 2016 11:16:29 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

Types::Self - provides a "Self" type constraint, referring to the caller class or role River stage zero No dependents

"Self" This module exports a "Self" type constraint which consrtains values to be blessed objects in the same class as the package it was imported into, or blessed objects which consume the role it was imported into. It should do the right thing with...

TOBYINK/Types-Self-0.002 - 07 Jun 2022 07:44:00 UTC - Search in distribution

MooseX::MungeHas - munge your "has" (works with Moo, Moose and Mouse) River stage two • 15 direct dependents • 48 total dependents

MooseX::MungeHas alters the behaviour of the attributes of your Moo, Moose or Mouse based class. It manages to support all three because it doesn't attempt to do anything smart with metathingies; it simply installs a wrapper for "has" that munges the...

TOBYINK/MooseX-MungeHas-0.011 - 01 Jan 2019 10:53:35 UTC - Search in distribution

DBIx::Mint::Table - Role that maps a class to a table River stage zero No dependents

This role allows your class to interact with a database table. It allows for record modification (insert, update and delete records) as well as data fetching (find and find_or_create) and access to DBIx::Mint::ResultSet objects. Database modification...

JFRAIRE/DBIx-Mint-0.071 - 24 Mar 2015 23:07:56 UTC - Search in distribution

Acme::Has::Tiny - tiny implementation of Moose-like "has" keyword River stage zero No dependents

Acme::Has::Tiny provides a Moose-like "has" function. It is not particularly full-featured, providing just enough to be useful for small OO projects. Generally speaking, I'd recommend using Moo or Moose instead, but if you want to use this then I'm f...

TOBYINK/Acme-Has-Tiny-0.002 - 10 Sep 2014 22:52:32 UTC - Search in distribution

Net::JBoss - Bindings for JBoss Management API River stage zero No dependents

HEINCE/Net-JBoss-0.04 - 15 Mar 2016 11:52:30 UTC - Search in distribution

Lexical::Accessor - true private attributes for Moose/Moo/Mouse River stage two • 4 direct dependents • 30 total dependents

Lexical::Accessor generates coderefs which can be used as methods to access private attributes for objects. The private attributes are stored inside-out, and do not add any accessors to the class' namespace, so are completely invisible to any outside...

TOBYINK/Lexical-Accessor-0.014 - 16 Jun 2022 16:32:46 UTC - Search in distribution

Mooish::AttributeBuilder - build Mooish attribute definitions with less boilerplate River stage one • 1 direct dependent • 1 total dependent

This module implements shortcuts and helpers for "has" keyword in Moose family of modules. The shortcuts provided are similar to those in MooseX::Extended or MooX::Keyword::Field, but they don't depend on specific OO system. Instead, those shortcuts ...

BRTASTIC/Mooish-AttributeBuilder-1.003 - 25 Nov 2022 16:43:56 UTC - Search in distribution
35 results (0.029 seconds)