There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Bb::Collaborate::V3::_List - Base class for lists.

DESCRIPTION

Used as a base class for chair-persons, participants, courses and session attendees.

METHODS

add

$list->add('111111', '222222');

Add additional elements

stringify

Serialises array members by joining their string values with ','. Typically used to pack SOAP data, E.G. Session chair persons.