> Quoting Matt Sergeant:
> > Is this another CPANPLUS BORKAGE!!!

A known one, too.  My sincere apologies.  I'll follow up with anoter mail that
contains the patch, which will be integrated into the upcoming 0.036.

> > It's rather irritating to have a module in which all tests pass result in
> > a really insulting email sent to me about how to write goddamn test
> > suites!!!
> > 
> > Sorry, but I find the email I got sent highly insulting. Please READ the
> > output of the test harness.

As the result of this particular breakage, I've switched my 'Smokestack' account
to only send PASS and NA results out, while leaving FAIL and UNKNOWN results
for closer scrunity.  Fellow cpan-smokers that wish to adopt this behaviour might
consider the patch appended at end of this mail.

> > Also, while I'm at it, please don't put the test report after a signature
> > marker - this means it gets stripped by most emailers on the reply,
> > meaning I can't include any context easily. Below I had to paste it in
> > manually (which isn't that easy with a console mailer).

I'm afraid this is the official report format of cpan-testers, and you'll have
to talk with gbarr to have that amended.

Sorry and thanks,
/Autrijus/

--- CPANPLUS-0.036/bin/cpantest Sat Jun  1 19:55:17 2002
+++ /usr/local/bin/cpantest     Wed Jun 12 04:46:18 2002
@@ -237,6 +246,11 @@
         print "Ignoring message.\n";
         exit 1;
     }
+}
+
+if ($subject =~ /FAIL|UNKNOWN/) {
+    $CPAN_testers = '[EMAIL PROTECTED]'; # change to your mail addr here
+    $CC = undef;
 }
 
 $msg = new Mail::Send Subject => $subject, To => $CPAN_testers;

Attachment: msg37369/pgp00000.pgp
Description: PGP signature

Reply via email to