perl-Storable

Persistent data structure mechanism

SRPM:     perl-Storable-2.18-1.n0i.6.fc9.src.rpm
SPEC:     perl-Storable.spec
Version:  2.18
Release:  1.n0i.6.fc9
Epoch:    
License:  GPL+ or Artistic
Group:    Development/Libraries
Size:     179959
Packager: Marius Feraru <altblue@n0i.net>
Vendor:   n0i.net
URL:      http://search.cpan.org/dist/Storable/
Date:     Sat Nov 24 2007, 19:04 GMT

Description:

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 than the one used to create the relevant objects.

Changelog:

  • Sat Nov 24 2007 Marius Feraru <altblue@n0i.net> - 0:2.18-1.n0i.6
    - version 2.18
  • Sun Nov 18 2007 Marius Feraru <altblue@n0i.net> - 0:2.17-1.n0i.5
    - version 2.17
    - spec update (new reb00t build tools)
  • Tue May 22 2007 Marius Feraru <altblue@n0i.net> - 0:2.16-1.n0i.4
    - version 2.16
  • Tue Sep 13 2005 Marius Feraru <altblue@n0i.net> 0:2.15-1.n0i.3
    - version 2.15 (overriding core from perl 5.8.7 = 2.13)
  • Sat Apr 03 2004 Marius FERARU <altblue@n0i.net> 0:2.12-1.n0i.2
    - version 2.12
  • Tue Mar 23 2004 Marius Feraru <altblue@n0i.net> 0:2.11-1.n0i.1
    - version 2.11
    - spec file (re?)created using N0i::CPAN::RPMizer/2004032101

Files:

  • perl-Storable.spec
  • Storable-2.18.tar.gz

Requires:

  • rpm-build-reb00t-perl
  • rpmlib(CompressedFileNames)