Package: libapache-request-perl
Version: 1.1-0.1
Severity: normal

upload() returns the list of all uploaded files in list context,
regardless of whether or not an argument was passed to it.  This means
that:

  my ($foo, $bar) = ($req->upload('foo'), $req->upload('bar'));

will not work as expected.

The order of the two if's in Request/Request.xs:462-481 should be
inverted.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-2
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to