From 3af9ce7fe98b3dbde42be36b4b5e08d3cec77d3b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 6 Dec 2007 14:57:05 +0000 Subject: [PATCH] Two more notes p4raw-id: //depot/perl@32589 --- pod/perl5100delta.pod | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.7.4