Two more notes
Rafael Garcia-Suarez [Thu, 6 Dec 2007 14:57:05 +0000 (14:57 +0000)]
p4raw-id: //depot/perl@32589

pod/perl5100delta.pod

index 831c1ec..8573a4c 100644 (file)
@@ -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<perlvms>.
 
 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<t/op/mydef.t>.)
 
+Stacked filetest operators won't work when the C<filetest> 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