The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "moosex::storage"

MooseX::Storage - A serialization framework for Moose classes River stage two • 38 direct dependents • 83 total dependents

MooseX::Storage is a serialization framework for Moose, it provides a very flexible and highly pluggable way to serialize Moose classes to a number of different formats and styles. Levels of Serialization There are three levels to the serialization, ...

ETHER/MooseX-Storage-0.53 - 18 Apr 2020 03:48:20 UTC - Search in distribution

MooseX::Storage::DBIC - Additional MooseX::Storage functionality for DBIx::Class rows and data structures. River stage zero No dependents

REVMISCHA/MooseX-Storage-DBIC-0.01 - 04 Aug 2012 03:30:24 UTC - Search in distribution

MooseX::Storage::IO::CHI - Store and retrieve Moose objects to a cache, via CHI. River stage zero No dependents

MooseX::Storage::IO::CHI is a Moose role that provides an io layer for MooseX::Storage to store/load your Moose objects to a cache, using CHI. You should understand the basics of Moose, MooseX::Storage, and CHI before using this module. At a bare min...

SCALDWELL/MooseX-Storage-IO-CHI-0.05 - 08 Jan 2015 19:37:40 UTC - Search in distribution

MooseX::Storage::IO::GitStore - Save Moose objects in your GitStore River stage zero No dependents

YANICK/GitStore-0.17 - 08 Feb 2015 22:07:46 UTC - Search in distribution

MooseX::Storage::MaybeDeferred - A role for the less indecisive programmers River stage zero No dependents

With the module MooseX::Storage you are hard coding the definition of the "format" and maybe "io" layer in the classes you want to serialize. Whenever the methods "freeze" or "store" are called, it is not possible to to change their behaviour. You al...

UFOBAT/MooseX-Storage-MaybeDeferred-0.0.5 - 07 May 2018 06:54:15 UTC - Search in distribution

MooseX::Storage::Format::JSONpm - a format role for MooseX::Storage using JSON.pm River stage zero No dependents

RJBS/MooseX-Storage-Format-JSONpm-0.093094 - 31 Dec 2022 18:52:22 UTC - Search in distribution

MooseX::Storage::Traits::WithRoles - A custom trait to include roles in serialization River stage zero No dependents

This trait is meant to be used when a base class will be consuming roles at runtime via (for example) "with_traits". Without this trait, the '__CLASS__' attribute of the serialized object would be the name of the resulting anonymous class, which is u...

YANICK/MooseX-Storage-Traits-WithRoles-0.2.0 - 15 Jan 2016 00:55:02 UTC - Search in distribution

MooseX::Storage::IO::AmazonDynamoDB - Store and retrieve Moose objects to AWS's DynamoDB, via MooseX::Storage. River stage zero No dependents

MooseX::Storage::IO::AmazonDynamoDB is a Moose role that provides an io layer for MooseX::Storage to store/load your Moose objects to Amazon's DynamoDB NoSQL database service. You should understand the basics of Moose, MooseX::Storage, and DynamoDB <...

SCALDWELL/MooseX-Storage-IO-AmazonDynamoDB-0.08 - 24 Jul 2017 19:59:12 UTC - Search in distribution

MooseX::Storage::Format::XML::Simple - An XML::Simple serialization role River stage zero No dependents

BRUNORC/MooseX-Storage-Format-XML-Simple-0.04 - 12 Nov 2008 17:22:29 UTC - Search in distribution

lib/Model/Envoy/Storage/DBIC.pm River stage one • 1 direct dependent • 1 total dependent

HOWARS/Model-Envoy-v0.5.3 - 04 Feb 2019 23:15:33 UTC - Search in distribution

KiokuDB - Object Graph storage engine River stage two • 22 direct dependents • 24 total dependents

KiokuDB is a Moose based frontend to various data stores, somewhere in between Tangram and Pixie. Its purpose is to provide persistence for "regular" objects with as little effort as possible, without sacrificing control over how persistence is actua...

DOY/KiokuDB-0.57 - 25 Mar 2014 21:04:20 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

Storm - Object-relational mapping River stage one • 1 direct dependent • 1 total dependent

Storm is a Moose based library for storing and retrieving objects over a DBI connection....

JHALLOCK/Storm-0.240 - 17 Apr 2013 18:32:17 UTC - Search in distribution

Crypt::Util - A lightweight Crypt/Digest convenience API River stage one • 1 direct dependent • 1 total dependent

This module provides an easy, intuitive and forgiving API for wielding crypto-fu. The API is designed as a cascade, with rich features built using simpler ones. this means that the option processing is uniform throughout, and the behaviors are genera...

NUFFIN/Crypt-Util-0.11 - 27 May 2010 09:58:24 UTC - Search in distribution

Data::Verifier - Profile based data verification with Moose type constraints. River stage one • 4 direct dependents • 6 total dependents

Data::Verifier allows you verify data (such as web forms, which was the original idea) by leveraging the power of Moose's type constraint system....

MANWAR/Data-Verifier-0.65 - 02 May 2023 22:03:20 UTC - Search in distribution

Authen::Passphrase - hashed passwords/passphrases as objects River stage two • 14 direct dependents • 30 total dependents

This is the base class for a system of objects that encapsulate passphrases. An object of this type is a passphrase recogniser: its job is to recognise whether an offered passphrase is the right one. For security, such passphrase recognisers usually ...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC - Search in distribution

Ubic::Daemon - daemon management utilities River stage two • 9 direct dependents • 15 total dependents

This module provides functions which let you daemonize any binary or perl coderef. Main source of knowledge if daemon is still running is pidfile, which is locked all the time after daemon was created. Note that pidfile format is unreliable and can c...

MMCLERIC/Ubic-1.60 - 24 Aug 2016 22:44:09 UTC - Search in distribution

JSON::RPC::Common - Transport agnostic JSON RPC helper objects River stage one • 7 direct dependents • 9 total dependents

This module provides abstractions for JSON-RPC 1.0, 1.1 (both variations) and 2.0 (formerly 1.2) Procedure Call and Procedure Return objects (formerly known as request and result), along with error objects. It also provides marshalling objects to con...

DMCBRIDE/JSON-RPC-Common-0.11 - 28 Feb 2014 21:40:15 UTC - Search in distribution

ElasticSearchX::Model::Tutorial - Tutorial for ElasticSearchX::Model River stage one • 1 direct dependent • 1 total dependent

OALDERS/ElasticSearchX-Model-2.0.1 - 10 Mar 2019 22:01:19 UTC - Search in distribution

DBIx::Class::ResultSet - Represents a query used for fetching a set of results. River stage three • 346 direct dependents • 455 total dependents

A ResultSet is an object which stores a set of conditions representing a query. It is the backbone of DBIx::Class (i.e. the really important/useful bit). No SQL is executed on the database when a ResultSet is created, it just stores all the condition...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution
59 results (0.065 seconds)