Subject: | Unexpected Content-Type error |
I have installed XPlanner-0.01 and YAML-0.35. I have access to a project set up by one of my co-workers, via a simple public URL.
I write:
use XPlanner;
my $url = "http://.../xplanner/";
my $xp = XPlanner->login( $url, "", "" );
my $people = $xp->people;
At this point, I get the message "Unexpected Content-Type 'text/html; charset=utf-8' returned" and the script ends. Likewise with any variant of the last line that I have come up with.