--- 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
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
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
--- 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
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
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
# 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