Jump to letter: [
ABCDEFGHIKLMNOPQRSTUVWXYZ
]
perl-Object-Persistence - Object-Persistence - Object Persistence with Data::Dumper.
- Description:
P::O::S provides persistence functionality to its objects. Object definitions
are stored as stringified perl data structures, generated with Data::Dumper,
that are amenable to manual editing and external processing from outside the
class interface.
Persistence is achieved with a blessed hash container that holds the object
data. The container can store objects that employ non-hash structures as
well. See L<"Inheriting Persistence::Object::Simple">, L<"Class Methods"> and
the persistent list class example (examples/Plist.pm).
Packages
perl-Object-Persistence-0.92-3es01.noarch
[15 KiB] |
Changelog
by Charlie Brady (2004-09-27):
- [0.92-3es01]
- Remove "AutoReqProv: no" so that rpmbuild calculates proper
provides. Remove Provides header thus made redudent.
[charlieb MN00040240]
- Fix croak in Simple.pm so that problems with cache file opens
are reported [charlieb ]
- Use new cpan2rpm template for build (for compat with CentOS).
|