perl-Class-Std-Storable

Support for creating serializable "inside-out" classes

SRPM:     perl-Class-Std-Storable-0.0.1-1.n0i.1.v0.0.1.fc8.src.rpm
SPEC:     perl-Class-Std-Storable.spec
Version:  0.0.1
Release:  1.n0i.1.v0.0.1.fc8
Epoch:    
License:  GPL+ or Artistic
Group:    Development/Libraries
Size:     10300
Packager: Marius Feraru <altblue@n0i.net>
Vendor:   n0i.net
URL:      http://search.cpan.org/dist/Class-Std-Storable/
Date:     Tue Sep 11 2007, 07:27 GMT

Description:

Class::Std introduced the "inside-out" model for classes (perldoc Class::Std
for details). Among its salient features is complete encapsulation; that is,
an object's data may only be accessed via its methods, unlike the usual
hashref model that permits direct access by any code whatsoever. However, the
drawback of complete encapsulation is that normal mechanisms for serialization
won't work, as they rely on direct access to an object's attributes.
This class provides the class-building functionality from Class::Std, and in
addition provides an interface to allow Storable to freeze and thaw any
declared attributes of this class and any superclasses that were built via
Class::Std::Storable.

Changelog:

  • Tue Sep 11 2007 Marius Feraru <altblue@n0i.net> - 0.0.1-1.n0i.1.v0.0.1
    - spec file (re)created using N0i::CPAN::RPMizer/1.14.10
    - version v0.0.1

Files:

  • Class-Std-Storable-v0.0.1.tar.gz
  • perl-Class-Std-Storable.spec

Requires:

  • perl(Class::Std)
  • perl(ExtUtils::MakeMaker)
  • perl(Storable)
  • perl(Test::More)
  • perl(version)
  • reb00t-rpmdevtools
  • rpmlib(CompressedFileNames)