This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
BYTEORDER fix.
[metaconfig.git] / dist-3.0at70 / Known_bugs
CommitLineData
959f3c4c
JH
1Here are some known bugs that I plan to fix soon.
2
3+ Patname ought to ask for a log message for the symbolic number.
4
5+ A unit name is always wanted by Configure. Hence in a unit d_waitpid, if
6you write:
7
8 @if WAITPID || d_waitpid
9 .....
10 @end
11
12then the <....> part of the code will always be loaded even if no shell
13script references d_waitpid or C code references WAITPID.
14