MichaelDaum / cmis-perl

cmis bindings for perl
http://foswiki.org/Extensions/CmisPlugin
6 stars 3 forks source link

syntax typo in pod Client.pm #3

Closed jbueren closed 10 years ago

jbueren commented 10 years ago

Copy & paste the Client.pm won't authenticate a user with a password because of missing round bracket:

my $client = WebService::Cmis::getClient( url => "http://cmis.alfresco.com/service/cmis", cache => new Cache::FileCache({ cache_root => "/tmp/cmis_client" }), ^^^^^^ useragent => new WebSercice::Cmis::Agent::BasicAuth( user => "...", password => "..." ) )

And another tiny one:

tocken instead of token

WebService::Cmis::Agent::TockenAuth ^