Skip Menu |

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

Report information
The Basics
Id: 34382
Status: open
Priority: 0/
Queue: Data-Flow

People
Owner: Nobody in particular
Requestors: davidhsmith [...] comcast.net
Cc:
AdminCc:

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



Subject: Data::Flow fails on Strawberry Perl .... unless
Date: Sun, 23 Mar 2008 20:06:19 -0700
To: bug-Data-Flow [...] rt.cpan.org
From: David Smith <davidhsmith [...] comcast.net>
Data::Flow sometimes fails it's tests when installing from CPAN on Strawberry Perl 10.0.0. This happens because one of the routines Data-Flow.t contains the following phrase: `cat MANIFEST`. Since many (most?) installations on windows will not have the cat program in the path, this will cause the test to fail. I ran across this trying to get h2xx to run with the -x switch. To do this it is necessary to install C::Scan which requires Data::Flow. Thanks, Dave Smith
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #34382] Data::Flow fails on Strawberry Perl .... unless
Date: Sun, 23 Mar 2008 20:44:02 -0700
To: David Smith via RT <bug-Data-Flow [...] rt.cpan.org>
From: Ilya Zakharevich <nospam-abuse [...] ilyaz.org>
On Sun, Mar 23, 2008 at 11:07:01PM -0400, David Smith via RT wrote: Show quoted text
> > Sun Mar 23 23:07:00 2008: Request 34382 was acted upon. > Transaction: Ticket created by davidhsmith@comcast.net > Queue: Data-Flow > Subject: Data::Flow fails on Strawberry Perl .... unless > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: davidhsmith@comcast.net > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=34382 > > > > Data::Flow sometimes fails it's tests when installing from CPAN on Strawberry > Perl 10.0.0. This happens because one of the routines Data-Flow.t contains > the following phrase: `cat MANIFEST`. Since many (most?) installations > on windows will not have the cat program in the path, this will cause > the test to fail.
What happens if you replace it with `perl -ple0 MANIFEST` ? Thanks, Ilya P.S. Show quoted text
> I ran across this trying to get h2xx to run with the -x switch. To do this > it is necessary to install C::Scan which requires Data::Flow.
A failure of a test does not make the installation impossible.