User::Identity::Archive 0.90 review
DownloadUser::Identity::Archive is a base class for archiving user information. INHERITANCE User::Identity::Archive is a User::Ide
|
|
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 keywords