Skip Menu |

This queue is for tickets about the CGI-Uploader CPAN distribution.

Report information
The Basics
Id: 13728
Status: resolved
Priority: 0/
Queue: CGI-Uploader

People
Owner: MARKSTOS [...] cpan.org
Requestors: william [...] knowmad.com
Cc:
AdminCc:

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



Subject: Params::Validate v0.04 not supported
Hi Mark, I was trying to install CGI::Uploader onto Dreamhost.com and was getting weird msgs from Params::Validate. Turns out they have v0.04 on their server although the latest is 0.77. Could you add a requirement to Uploader.pm and Makefile.PL to request a more recent version? Here's the error message: Mandatory parameters 'up_seq', 'file_scheme' missing in call to CGI::Uploader::new Params::Validate::__ANON__('Mandatory parameters \'up_seq\', \'file_scheme\' missing in call...') called at /usr/share/perl5/Params/Validate/Heavy.pm line 97 Params::Validate::_validate('ARRAY(0x8781054)', 'HASH(0x8885ce8)') called at ../perl5/CGI/Uploader.pm line 224 Thanks, William
Date: Sat, 16 Jul 2005 00:50:29 -0500
From: Mark Stosberg <mark [...] summersault.com>
To: Guest via RT <bug-CGI-Uploader [...] rt.cpan.org>
Subject: Re: [cpan #13728] Params::Validate v0.04 not supported
RT-Send-Cc:
On Fri, Jul 15, 2005 at 06:09:56PM -0400, Guest via RT wrote: Show quoted text
> > This message about CGI-Uploader was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=13728 > > > Hi Mark, > > I was trying to install CGI::Uploader onto Dreamhost.com and was getting weird msgs from Params::Validate. Turns out they have v0.04 on their server although the latest is 0.77. Could you add a requirement to Uploader.pm and Makefile.PL to request a more recent version? Here's the error message: > > Mandatory parameters 'up_seq', 'file_scheme' missing in call to CGI::Uploader::new Params::Validate::__ANON__('Mandatory parameters \'up_seq\', \'file_scheme\' missing in call...') called at /usr/share/perl5/Params/Validate/Heavy.pm line 97 Params::Validate::_validate('ARRAY(0x8781054)', 'HASH(0x8885ce8)') called at ../perl5/CGI/Uploader.pm line 224
William, In my darcs repo, I now require 0.77 of P::V, and this will be in the next release. I've also done at least three rounds of Sun Salutations 6 out of the last 7 days. Mark -- http://mark.stosberg.com/
This was released ages ago. Mark