The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Cmis::Agent - base class for all user agents

DESCRIPTION

This is the base class for all WebService::Cmis::Agents.

Parent class: LWP::UserAgent

METHODS

login(%params)

to be implemented by a sub class as required.

logout()

to be implemented by a sub class as required.

COPYRIGHT AND LICENSE

Copyright 2012-2013 Michael Daum

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/artistic.html.