summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-07-04 16:28:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-07-04 16:28:40 +0000
commitc1899e02bd58ea340a8d89dc821ccba4502a63a7 (patch)
treee03a13cc8205f85fe3572f3ca8efb8b35b017c7d /pod/perldelta.pod
parentf199104684ce3695f33e22530039c0b087f1a163 (diff)
downloadperl-c1899e02bd58ea340a8d89dc821ccba4502a63a7.tar.gz
better diagnostic on Frob->stuff() when Frob:: doesn't exist
(from Richard Soderberg <rs@oregonnet.com>) p4raw-id: //depot/perl@6306
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ff4f91f89b..2a4ad88cbe 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -24,6 +24,16 @@ This document describes differences between the 5.6 release and this one.
=head1 New or Changed Diagnostics
+=over 4
+
+=item (perhaps you forgot to load "%s"?)
+
+(F) This is an educated guess made in conjunction with the message
+"Can't locate object method \"%s\" via package \"%s\"". It often means
+that a method requires a package that has not been loaded.
+
+=back
+
=head1 New tests
=head1 Incompatible Changes