This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f83026
)
The POSIX TCSANOW appears to have been introduced in 5.15.3
author
Dave Rolsky
<autarch@urth.org>
Mon, 19 Dec 2011 21:51:38 +0000
(15:51 -0600)
committer
Dave Rolsky
<autarch@urth.org>
Mon, 19 Dec 2011 21:51:38 +0000
(15:51 -0600)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
e29ae2b
..
79eaa2f
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-432,9
+432,7
@@
L<POSIX> has been upgraded from version 1.26 to version 1.27.
It no longer produces a "Constant subroutine TCSANOW redefined" warning
on Windows.
-XXX When did it start producing that warning? Was it post-5.15.5?
-Even if it was not, adding a note will help whoever compiles
-perl5160delta.
+This bug was introduced in Perl 5.15.3.
=item *