summaryrefslogtreecommitdiff
path: root/pod/perl5100delta.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-23 10:22:25 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-23 10:22:25 +0000
commitd43695a1438176fea7a60a1bfcbadc2cc9454d31 (patch)
tree3b2500869f47feb66498d3830754cb1d3546758c /pod/perl5100delta.pod
parent2acfb4e0833ecffceb6641513a689981ca8cd637 (diff)
downloadperl-d43695a1438176fea7a60a1bfcbadc2cc9454d31.tar.gz
A couple of updates to perl5100delta
p4raw-id: //depot/perl@32178
Diffstat (limited to 'pod/perl5100delta.pod')
-rw-r--r--pod/perl5100delta.pod9
1 files changed, 8 insertions, 1 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod
index 64b6745368..e518b407e3 100644
--- a/pod/perl5100delta.pod
+++ b/pod/perl5100delta.pod
@@ -1167,7 +1167,9 @@ Perl has been reported to work on DragonFlyBSD and MidnightBSD.
The VMS port has been improved. See L<perlvms>.
-Support for Cray XT4 Catamount/Qk has been added.
+Support for Cray XT4 Catamount/Qk has been added. See
+F<hints/catamount.sh> in the source code distribution for more
+information.
Vendor patches have been merged for RedHat and Gentoo.
@@ -1311,6 +1313,11 @@ in C<local $h{$x}; ++$x>). (Bo Lindbergh)
=over 4
+=item Use of uninitialized value
+
+Perl will now try to tell you the name of the variable (if any) that was
+undefined.
+
=item Deprecated use of my() in false conditional
A new deprecation warning, I<Deprecated use of my() in false conditional>,