From: Rafael Garcia-Suarez Date: Thu, 6 Dec 2007 14:57:05 +0000 (+0000) Subject: Two more notes X-Git-Tag: accepted/trunk/20130322.191538~14069 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3af9ce7fe98b3dbde42be36b4b5e08d3cec77d3b;p=platform%2Fupstream%2Fperl.git Two more notes p4raw-id: //depot/perl@32589 --- diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index 831c1ec..8573a4c 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -1204,6 +1204,9 @@ z/OS. Perl has been reported to work on DragonFlyBSD and MidnightBSD. +Perl has also been reported to work on NexentaOS +( http://www.gnusolaris.org/ ). + The VMS port has been improved. See L. Support for Cray XT4 Catamount/Qk has been added. See @@ -1526,6 +1529,10 @@ There's still a remaining problem in the implementation of the lexical C<$_>: it doesn't work inside C blocks. (See the TODO test in F.) +Stacked filetest operators won't work when the C pragma is in +effect, because they rely on the stat() buffer C<_> being populated, and +filetest bypasses stat(). + =head1 Platform Specific Problems =head1 Reporting Bugs