-
-
25 Mar 2014 21:04:20 UTC
- Distribution: KiokuDB
- Module version: 0.57
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (11)
- Testers (1544 / 491 / 0)
- Kwalitee
Bus factor: 3- 71.70% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (175.55KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 27 contributors-
Yuval Kogman
-
Andreas Marienborg
-
Ask Bjørn Hansen
-
Bruno Vecchi
-
Chris Prather
-
Dan Dascalescu
-
Dave Rolsky
-
David Leadbeater
-
Dylan William Hardison
-
Florian Ragwitz
-
Frank Wiegand
-
Graham Barr
-
Jason May
-
Jesse Luehrs
-
Moritz Lenz
-
Pedro Melo
-
Piers Cawley
-
Rob Hoelz
-
Salve J. Nilsen
-
Shawn M Moore
-
Shlomi Fish
-
Thomas Klausner
-
Torsten Raudssus
-
chromatic
-
franck cuny
-
jrockway
-
ktat
- Dependencies
- B
- B::Deparse
- Cache::Ref
- Carp
- Class::Load
- Data::Stream::Bulk
- Data::Stream::Bulk::Util
- Data::Swap
- Data::UUID
- Data::Visitor
- Digest::SHA
- Encode
- Hash::Util::FieldHash::Compat
- IO::Handle
- JSON
- JSON::XS
- List::Util
- Module::Pluggable::Object
- Moose
- Moose::Exporter
- Moose::Role
- Moose::Util
- Moose::Util::MetaRole
- Moose::Util::TypeConstraints
- MooseX::Clone
- MooseX::Clone::Meta::Attribute::Trait::NoClone
- MooseX::Role::Parameterized
- MooseX::YAML
- POSIX
- PadWalker
- Path::Class
- Scalar::Util
- Scope::Guard
- Search::GIN::Driver
- Search::GIN::Extract
- Search::GIN::Query::Class
- Set::Object
- Storable
- Sub::Exporter
- Symbol
- Test::Exception
- Test::Moose
- Test::More
- Throwable
- Tie::RefHash
- Tie::ToObject
- Try::Tiny
- YAML::XS
- constant
- namespace::clean
- overload
- strict
- utf8
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Take me over?
The maintainer of this distribution is looking for someone to take over! If you're interested then please contact them via email.NAME
KiokuDB::Role::Immutable::Transitive - A role for immutable objects that only point at other such objects.
VERSION
version 0.57
SYNOPSIS
with qw(KiokuDB::Role::Immutable::Transitive);
DESCRIPTION
This role makes a stronger promise than KiokuDB::Role::Immutable, namely that this object and all objects it points to are immutable.
These objects can be freely cached as live instances, since none of the data they keep live is ever updated.
AUTHOR
Yuval Kogman <nothingmuch@woobling.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install KiokuDB, copy and paste the appropriate command in to your terminal.
cpanm KiokuDB
perl -MCPAN -e shell install KiokuDB
For more information on module installation, please visit the detailed CPAN module installation guide.