mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
450 B
Plaintext
10 lines
450 B
Plaintext
This module implement a interesting graph application that is called the
|
|
'Social Relation Map'. It provides object-oriented way to retrieve many
|
|
social information that can be found in this map.
|
|
|
|
The new() constructor accepts one argument in the for of 'hashref of
|
|
arrayref'. The key to this hash is the name of relation, and the value of
|
|
the hash is a list of identities involved in this relation.
|
|
|
|
WWW: https://metacpan.org/release/Graph-SocialMap
|