On Mon, Sep 6, 2010 at 12:53 AM, Taro Nishino <[email protected]> wrote: > transport=Net::SMTP::TLS User [email protected] Password xxxxxxxx Port > 587 > transport=Metabase uri http://metabase.cpantesters.org/v1/ id_file > C:\Perl\cpan\metabase_id.json
You probably should have only one "transport", but the real problem looks like the URI. The correct URI is: https://metabase.cpantesters.org/api/v1/ You don't have "api/" in the path. -- David
