Skip Menu |

This queue is for tickets about the Data-FormValidator CPAN distribution.

Maintainer(s)' notes

This is the bug queue for Data::FormValidator.

Report information
The Basics
Id: 49912
Status: resolved
Priority: 0/
Queue: Data-FormValidator

People
Owner: MARKSTOS [...] cpan.org
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

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



Subject: Need for more recent CGI prereq?
Mac OS X 10.5.8 with perl v5.8.8 failing tests from attempted install: # testing with CGI.pm version: 3.15 CGI open of tmpfile: No such file or directory # Looks like your test exited with 2 just after 2. t/upload................................. Dubious, test returned 2 (wstat 512, 0x200) All 2 subtests passed t/upload_closure.........................1/? # testing with CGI.pm version: 3.15 CGI open of tmpfile: No such file or directory # Looks like your test exited with 2 just after 2. t/upload_closure......................... Dubious, test returned 2 (wstat 512, 0x200) All 2 subtests passed Output of same tests after CGI.pm update: # testing with CGI.pm version: 3.47 # Running tests with CGI t/upload.................................ok t/upload_closure.........................1/? # testing with CGI.pm version: 3.47 Does this mean a version of CGI.pm that is newer than 3.15 should be a prereq for Data::FormValidator or is there a problem with these tests?
Subject: Re: [rt.cpan.org #49912] Need for more recent CGI prereq?
Date: Tue, 22 Sep 2009 12:51:03 -0400
To: bug-Data-FormValidator [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Show quoted text
> Mac OS X 10.5.8 with perl v5.8.8 > > failing tests from attempted install: > > # testing with CGI.pm version: 3.15 > CGI open of tmpfile: No such file or directory > # Looks like your test exited with 2 just after 2. > t/upload................................. Dubious, test returned 2 (wstat 512, 0x200) > All 2 subtests passed > t/upload_closure.........................1/? # testing with CGI.pm version: 3.15 > CGI open of tmpfile: No such file or directory > # Looks like your test exited with 2 just after 2. > t/upload_closure......................... Dubious, test returned 2 (wstat 512, 0x200) > All 2 subtests passed > > Output of same tests after CGI.pm update: > > # testing with CGI.pm version: 3.47 > # Running tests with CGI > t/upload.................................ok > t/upload_closure.........................1/? # testing with CGI.pm version: 3.47 > > Does this mean a version of CGI.pm that is newer than 3.15 should be a prereq for > Data::FormValidator or is there a problem with these tests?
Thanks for the report. We'll bump the version of CGI.pm we require, as that looks like it addresses the issue. Mark
Thanks, I've patched this in my darcs repo now with credit to you. Mark
Subject: released, thanks
Your contribution has been released as part of Data::FormValidator 4.65 which has just been sent to be CPAN. 

Thanks for your help maintaining the module!

There are still a few open bugs that could use patched if you'd like to continue to help maintaining the module:
http://rt.cpan.org/Public/Dist/Display.html?Name=Data::FormValidator

Your help is appreciated and I always like to give credit in the "Changes" file when I can. 

     Mark