On Mon, May 13, 2002 at 07:16:22PM -0600, Robert Creager wrote: > Interesting observation Andreas. Thanks. > Autrijus, any thoughts on why cpansmoke wouldn't, by default, also > CC the author on UNKNOWN (rather than just FAIL)?
Ack. That's definitely a bug. Thanks, fixed.
Attached is the diff chunks to apply to site_perl/CPANPLUS/Internals/Report.pm
to fix the problems so far.
Thanks,
/Autrijus/
--- /home/autrijus/CPANPLUS-0.033/lib/CPANPLUS/Internals/Report.pm Tue Apr 30
23:40:05 2002
+++ lib/CPANPLUS/Internals/Report.pm Tue May 14 12:50:18 2002
@@ -86,10 +89,10 @@
Hello there! Thanks for uploading your $dist on CPAN.
-Would it be too much to ask for a simple test script in
-the next release of $module->{module}'s distribution, so
-people can verify which platforms can successfully install
-them, as well as avoid regression bugs?
+Would it be too much to ask for a simple test script in the next
+release of $module->{module}'s distribution, so people can verify
+which platforms can successfully install them, as well as avoid
+regression bugs?
A simple 't/use.t' that says:
@@ -98,7 +101,7 @@
use Test;
BEGIN { plan tests => 1 }
-use $module->{module}; ok(1);
+use Your::Module::Here; ok(1);
exit;
__END__
@@ -108,6 +111,8 @@
Thanks! :-)
.
+
+ @inform = "$module->{author}\@cpan.org";
}
my @cmd = $self->_report_command(
msg33646/pgp00000.pgp
Description: PGP signature
