Re: Overriding Test::Builder::ok (Warnocked?)

2005-01-25 Thread Ovid
--- Andy Lester <[EMAIL PROTECTED]> wrote: > My concerns upon reading it: Perl-style regexes flies in the face of > standard globbing thoughts. Also, can we do it with core modules > only? A. It's documented that it's using Perl-style regexes. By using those, you don't have to worry about how d

Re: Overriding Test::Builder::ok (Warnocked?)

2005-01-25 Thread Andy Lester
On Tue, Jan 25, 2005 at 09:53:55AM -0800, Ovid ([EMAIL PROTECTED]) wrote: > OK, I can see that this one might have been Warnocked, but I can't see > how the prove pattern patch My concerns upon reading it: Perl-style regexes flies in the face of standard globbing thoughts. Also, can we do it with

Re: Overriding Test::Builder::ok (Warnocked?)

2005-01-25 Thread Ovid
Ack! Sorry for the slippery fingers, folks. That last message should actually have had some content to go with the quoting :/ OK, I can see that this one might have been Warnocked, but I can't see how the prove pattern patch (http://www.nntp.perl.org/group/perl.qa/3477) would be. I'd love to

Re: Overriding Test::Builder::ok

2005-01-25 Thread Ovid
--- Ovid <[EMAIL PROTECTED]> wrote: > Per this message from Schwern > (http://www.mail-archive.com/perl-qa@perl.org/msg03122.html) on how > to > trigger custom behavior for individual tests: > > For individual failures, put a wrapper around > Test::Builder->ok(). Use Hook::LexWrap, Sub::Up

Re: Test::Harness HTML output

2005-01-25 Thread Mark Stosberg
On 2005-01-23, Ian Langworth <[EMAIL PROTECTED]> wrote: > I'm attempting to create fancy HTML output from running a test suite > and thought others might find this interesting. I've tried using > Test::Harness::Straps to create a feedback report inspired by Tinderbox > and BuildBot. > > ht

Re: SegFault under Devel::Cover for sort

2005-01-25 Thread Paul Johnson
On Tue, Jan 25, 2005 at 02:00:35PM +1100, [EMAIL PROTECTED] wrote: > I have isolated a case where perl is happy but D::C segfaults The following patch should fix the problem: === Cover.xs == --- Cover.xs (revision 60) +++ Cover.xs

[perl #33924] [PATCH] Build on Win32 with MinGW

2005-01-25 Thread François
# New Ticket Created by FranÃois PERRAD # Please include the string: [perl #33924] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=33924 > I add some informations about building with MinGW32 in the file "README.win32". Wi