User::Identity::Archive 0.90 review

Download
by rbytes.net on

User::Identity::Archive is a base class for archiving user information. INHERITANCE User::Identity::Archive is a User::Ide

License: Perl Artistic License
File size: 24K
Developer: Mark Overmeer
0 stars award from rbytes.net

User::Identity::Archive is a base class for archiving user information.

INHERITANCE

User::Identity::Archive
is a User::Identity::Item

User::Identity::Archive is extended by
User::Identity::Archive::Plain

SYNOPSIS

use User::Identity::Archive::Plain;
my $friends = User::Identity::Archive::Plain->new('friends');
$friends->from(*FH);
$friends->from('.friends');

An archive stores collections. It depends on the type of archive how and where that is done. Some archivers may limit the kinds of selections which can be stored.

Requirements:
Perl

User::Identity::Archive 0.90 search tags