./devel/p5-Storable, Perl extension module for persistent data storage

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q2, Version: 3.11, Package name: p5-Storable-3.11, Maintainer: pkgsrc-users

The Storable extension brings persistency to your data.

You may recursively store to disk any data structure, no matter
how complex and circular it is, provided it contains only SCALAR,
ARRAY, HASH (possibly tied) and references (possibly blessed) to
those items.

At a later stage, or in another program, you may retrieve data from
the stored file and recreate the same hiearchy in memory. If you
had blessed references, the retrieved references are blessed into
the same package, so you must make sure you have access to the same
perl class as the one used to create the relevant objects.

There is also a dclone() routine which performs an optimized
mirroring of any data structure, preserving its topology.

Objects (blessed references) may also redefine the way storage and
retrieval is performed, and/or what deep cloning should do on those
objects.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 776b7ff05ee38e3c3ecf17a30dd99cf1a95d275d
RMD160: 04e7bacfadd00d2c55743ffb14bc129e81619b29
Filesize: 196.901 KB

Version history: (Expand)