summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-03-03 03:36:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-03-03 03:36:40 +0000
commitc3e0f9031ff4516c836ba169441f96b6f70efbe7 (patch)
tree54a2b30cce8c65e2f8f124bc3c1e2900e51d1f9f /pod/perldelta.pod
parentfdfe84d0a51eeabebf130edcd52d004ffe42d773 (diff)
downloadperl-c3e0f9031ff4516c836ba169441f96b6f70efbe7.tar.gz
[win32] merge another toke.c patch and its dependent (very carefully)
#32: "Support C<Package::> as function-blind bearword" From: Chip Salzenberg Files: toke.c -------- #86: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod" From: Gurusamy Sarathy Files: toke.c pod/perldelta.pod pod/perldiag.pod p4raw-id: //depot/win32/perl@633
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 5c99211e62..ac02ac68af 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1228,6 +1228,12 @@ that can no longer be found in the table.
as an lvalue, which is pretty strange. Perhaps you forgot to
dereference it first. See L<perlfunc/substr>.
+=item Bareword "%s" refers to nonexistent package
+
+(W) You used a qualified bareword of the form C<Foo::>, but
+the compiler saw no other uses of that namespace before that point.
+Perhaps you need to predeclare a package?
+
=item Can't redefine active sort subroutine %s
(F) Perl optimizes the internal handling of sort subroutines and keeps