diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-16 12:54:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-16 12:54:43 +0000 |
commit | 4189264e895252d9336b503e6f64ea18c10701f6 (patch) | |
tree | e01c122fa787b2bb77e2cc936b55ff073267575e /pod/perl593delta.pod | |
parent | 8c18259e23fd9d5fd07b5221a1df53c2111ce455 (diff) | |
download | perl-4189264e895252d9336b503e6f64ea18c10701f6.tar.gz |
Revert change #24223 : select() will continue
to return -1 on error, like in previous versions, and
like other system builtins.
p4raw-link: @24223 on //depot/perl: 5c477709a8f3aa3110d51ae872950c20ff14fed6
p4raw-id: //depot/perl@25418
Diffstat (limited to 'pod/perl593delta.pod')
-rw-r--r-- | pod/perl593delta.pod | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pod/perl593delta.pod b/pod/perl593delta.pod index be27bd3319..7d75352818 100644 --- a/pod/perl593delta.pod +++ b/pod/perl593delta.pod @@ -10,9 +10,6 @@ L<perl592delta> for the differences between 5.8.0 and 5.9.2. =head1 Incompatible Changes -The 4-argument form of select() now returns C<undef> on error (instead of --1). - =head1 Core Enhancements =head1 Modules and Pragmata |