diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-03-26 21:44:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-03-28 10:21:49 +0100 |
commit | 45c2973d2c99a36bfeae408ba656939295c2cb15 (patch) | |
tree | 6df1ed6368a2319edb481c4d098a8a66aa517d1b | |
parent | 6644ede8e56174b7ab50f6b8b89844281b2a0c1a (diff) | |
download | perl-45c2973d2c99a36bfeae408ba656939295c2cb15.tar.gz |
Make the request to fix rather than report bugs in microperl politer.
Expand it slightly to clarify why bare bug reports aren't likely to get acted
upon.
-rw-r--r-- | README.micro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.micro b/README.micro index c6597323c1..93859a0e20 100644 --- a/README.micro +++ b/README.micro @@ -4,7 +4,10 @@ on the other hand this means that interfaces between Perl and your operating system are left very -- minimal. All this is experimental. If you don't know what to do with microperl -you probably shouldn't. Do not report bugs in microperl; fix the bugs. +you probably shouldn't. Please don't report bugs in microperl; fix the +bugs. (Bugs reports about microperl without fixes/patches are equivalent +to wishlist requests - they won't be discarded, but they likely won't get +worked on either, unless they chance to coincide with someone's personal itch) We assume ANSI C89 plus the following: - <stddef.h>, <stdlib.h> |