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: 5754
Status: resolved
Priority: 0/
Queue: Data-FormValidator

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 3.51
  • 3.52
Fixed in: (no value)



Subject: missing binmode in t\24_upload.t
add binmode IN; after open(IN,'<t/upload_post_text.txt') || die 'missing test file'; in t\24_upload.t its very important :)
Date: Mon, 22 Mar 2004 09:44:35 -0500
From: Mark Stosberg <mark [...] summersault.com>
To: via RT <bug-Data-FormValidator [...] rt.cpan.org>
Subject: Re: [cpan #5754] missing binmode in t\24_upload.t
RT-Send-Cc:
On Mon, Mar 22, 2004 at 08:47:01AM -0500, via RT wrote: Show quoted text
> > This message about Data-FormValidator was sent to you by PODMASTER <PODMASTER@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=5754 > > > add > binmode IN; > after > open(IN,'<t/upload_post_text.txt') || die 'missing test file'; > > in t\24_upload.t > its very important :)
Thanks for the report. Do you know if this would be related to test failures for this script on Windows? Mark