summaryrefslogtreecommitdiff
path: root/pod/perl5100delta.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-06 14:57:05 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-06 14:57:05 +0000
commit3af9ce7fe98b3dbde42be36b4b5e08d3cec77d3b (patch)
treef8a8db8aea23ce23ae278db4944288e96a23c77e /pod/perl5100delta.pod
parented04b6f2f81e36bc2406f4f392eccdfd818a9cc9 (diff)
downloadperl-3af9ce7fe98b3dbde42be36b4b5e08d3cec77d3b.tar.gz
Two more notes
p4raw-id: //depot/perl@32589
Diffstat (limited to 'pod/perl5100delta.pod')
-rw-r--r--pod/perl5100delta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod
index 831c1ecd03..8573a4cc31 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<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