On my copy of ProvisioningAPI/V2_0.pm (downloaded today) line 381 states the following:
$req->header('Content-Lenght' => length($body) );
I think this should be
$req->header('Content-Length' => length($body) );
John Campbell
Mon May 04 10:19:32 2009perlstalker [...] vuser.org - Correspondence added
Fixed in SVN.
Mon May 04 10:19:32 2009The RT System itself - Status changed from 'new' to 'open'
Mon May 04 10:19:33 2009perlstalker [...] vuser.org - Status changed from 'open' to 'resolved'
Mon May 04 10:19:34 2009perlstalker [...] vuser.org - Given to RSMITH