On Tue, Jun 11, 2002 at 05:32:01PM +0200, Alex Muntada wrote:
> I'm afraid that this tool is not still perfect but Autrijus
> and others are working everyday for making it so.

Yes.  Thank you, Alex, for participating in the bumpy, early days
of the cpan smoking process. :-)

The misreporting UNKNOWN is a known bug; please upgrade to CPANPLUS
0.035 and apply the attached patch to the Report.pm you're using;
the command

    perl -MCPANPLUS -e'print $INC{"CPANPLUS/Internals/Report.pm"}'

should show you its location. Alternatively, you can download the
latest Report.pm snapshots at

    http://www.autrijus.org/Report.pm

and replace the local Report.pm with that file.  If you're concerned
with the fact that it's hosted in a dynamic dns domain, you can check
for the file's integrity via its GnuPG detached signature:
    
    http://www.autrijus.org/Report.pm.asc
    
The same holds for the two command-line files:

    http://www.autrijus.org/cpantest
    http://www.autrijus.org/cpansmoke

But currently there's no need to update them.

Thanks, and sorry for the inconvenience,
/Autrijus/

==== //depot/devel/lib/CPANPLUS/Internals/Report.pm#11 (text) ====

@@ -80,7 +80,7 @@
     }
     elsif (
         $buffer =~ /^No tests defined for .* extension.\s*$/m and
-        $buffer !~ /^All tests successful.\s*$/m
+        $buffer !~ /^All tests successful\b/m
     ) {
         $grade = 'unknown';
     }

Attachment: msg37371/pgp00000.pgp
Description: PGP signature

Reply via email to