In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/02569b83981ae18ebfaeeac6872f94b7afd6e5a6?hp=4facedc50e776eef20e2990271b7243eeb79c4ef>
- Log -----------------------------------------------------------------
commit 02569b83981ae18ebfaeeac6872f94b7afd6e5a6
Author: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Thu Jul 16 23:46:45 2009 +0200
Describe changes to Carp and Carp::Heavy
M pod/perl5110delta.pod
commit 0010debf167cdf2a49aa9d53a72f267a9db39895
Author: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Thu Jul 16 23:46:16 2009 +0200
Add a version number to B::Lint::Debug
M ext/B/B/Lint/Debug.pm
-----------------------------------------------------------------------
Summary of changes:
ext/B/B/Lint/Debug.pm | 2 ++
pod/perl5110delta.pod | 11 +++++++++++
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/ext/B/B/Lint/Debug.pm b/ext/B/B/Lint/Debug.pm
index 0a9b1be..5929bb6 100644
--- a/ext/B/B/Lint/Debug.pm
+++ b/ext/B/B/Lint/Debug.pm
@@ -1,5 +1,7 @@
package B::Lint::Debug;
+our $VERSION = '0.01';
+
=head1 NAME
B::Lint::Debug - Adds debugging stringification to B::
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod
index c49c0e7..b4c2cdc 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
--
Perl5 Master Repository