A couple of updates to perl5100delta
Rafael Garcia-Suarez [Tue, 23 Oct 2007 10:22:25 +0000 (10:22 +0000)]
p4raw-id: //depot/perl@32178

pod/perl5100delta.pod

index 64b6745..e518b40 100644 (file)
@@ -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>,