Skip Menu |

This queue is for tickets about the VUser-Google-ProvisioningAPI CPAN distribution.

Report information
The Basics
Id: 45680
Status: resolved
Priority: 0/
Queue: VUser-Google-ProvisioningAPI

People
Owner: perlstalker [...] vuser.org
Requestors: John.Campbell [...] nau.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Content-length misspelled in V2_0.pm
Date: Sun, 3 May 2009 16:00:31 -0700
To: "bug-VUser-Google-ProvisioningAPI [...] rt.cpan.org" <bug-VUser-Google-ProvisioningAPI [...] rt.cpan.org>
From: John David Campbell <John.Campbell [...] nau.edu>
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
Fixed in SVN.