develooper Front page | perl.perl5.changes | Postings from July 2009

[perl.git] branch blead, updated. GitLive-blead-1606-g02569b8

From:
Rafael Garcia-Suarez
Date:
July 16, 2009 14:47
Subject:
[perl.git] branch blead, updated. GitLive-blead-1606-g02569b8
Message ID:
E1MRYnK-0006lB-0g@camel.booking.com
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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About