From: Rafael Garcia-Suarez Date: Tue, 23 Oct 2007 10:22:25 +0000 (+0000) Subject: A couple of updates to perl5100delta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d43695a1438176fea7a60a1bfcbadc2cc9454d31;p=p5sagit%2Fp5-mst-13.2.git A couple of updates to perl5100delta p4raw-id: //depot/perl@32178 --- diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index 64b6745..e518b40 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. -Support for Cray XT4 Catamount/Qk has been added. +Support for Cray XT4 Catamount/Qk has been added. See +F in the source code distribution for more +information. Vendor patches have been merged for RedHat and Gentoo. @@ -1311,6 +1313,11 @@ in C). (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,