Skip Menu |

This queue is for tickets about the Net-Blogger CPAN distribution.

Report information
The Basics
Id: 2613
Status: resolved
Priority: 0/
Queue: Net-Blogger

People
Owner: Nobody in particular
Requestors: morbus [...] disobey.com
Cc:
AdminCc:

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



Subject: Posing A Question, Not Positing A Failure
Running make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00-basic....ok 3/6# # Enable debugging output ? I'll sit at that prompt until the cows come home. It wasn't until I jumped into the t/ did I realize you're asking a question, not positing a failed test. Perhaps use the following: t/00-basic....ok 3/6# # Enable debugging output [Y/n]? That small addition would plug my idiocy.
This is has been fixed in version 0.86 [guest - Tue May 20 21:10:08 2003]: Show quoted text
> Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use > Test::Harness > qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > > t/00-basic....ok 3/6# > # Enable debugging output ? > > I'll sit at that prompt until the cows come home. It wasn't until I > jumped into the t/ did I realize you're asking a question, not > positing a failed test. Perhaps use the following: > > t/00-basic....ok 3/6# > # Enable debugging output [Y/n]? > > That small addition would plug my idiocy.