
Net::OpenSocial::Client::Type::Service - Constants for service-type

use Net::OpenSocial::Client::Type::Service qw(PEOPLE GROUP ACTIVITY APPDATA ALBUM MEDIAITEM);
say PEOPLE;
say GROUP;
say ACTIVITY;
say APPDATA;
say ALBUM;
say MEDIAITEM;

Constants for service-type


Lyo Kato, <lyo.kato@gmail.com>, OpenSocial 0.9 "album" and "mediaItem" services added by Eugene A.Lukianov, <eugene.spa@gmail.com>

Copyright (C) 2009 by Lyo Kato
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.