summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-16 23:46:45 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-16 23:46:45 +0200
commit02569b83981ae18ebfaeeac6872f94b7afd6e5a6 (patch)
tree0576db5df0cbc36159e95cebfd8fb8d31fdc2209
parent0010debf167cdf2a49aa9d53a72f267a9db39895 (diff)
downloadperl-02569b83981ae18ebfaeeac6872f94b7afd6e5a6.tar.gz
Describe changes to Carp and Carp::Heavy
-rw-r--r--pod/perl5110delta.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index c49c0e7b4c..b4c2cdcf83 100644
--- a/pod/perl5110delta.pod
+++ b/pod/perl5110delta.pod
@@ -168,6 +168,17 @@ See L</"The C<overloading> pragma"> above.
=back
+=head2 Selected Changes to Core Modules
+
+=over 4
+
+L<Carp> now includes all the necessary code to function. Previously, it
+used to be a lightweight placeholder that loaded the actual code from
+C<Carp::Heavy> on demand. C<Carp::Heavy> is now a simple, empty module
+kept for backwards compatibility for programs that used to pre-load it.
+
+=back
+
=head1 Utility Changes
=head1 Documentation