In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1af70165a5e66fcde5decf8b027291ef927e4b2b?hp=c04ef36ed62ca8fc060e7c6dd9d0c8cb328ce465>

- Log -----------------------------------------------------------------
commit 1af70165a5e66fcde5decf8b027291ef927e4b2b
Author: Tony Cook <[email protected]>
Date:   Fri Sep 28 16:25:05 2012 +1000

    perldelta for ed5044532 and 858e29b9 (Carp)

M       pod/perldelta.pod

commit 858e29b93a2d17583414e42abebc8380909a381e
Author: Tony Cook <[email protected]>
Date:   Fri Sep 28 16:22:44 2012 +1000

    bump Carp version to 1.27

M       dist/Carp/lib/Carp.pm
-----------------------------------------------------------------------

Summary of changes:
 dist/Carp/lib/Carp.pm |    2 +-
 pod/perldelta.pod     |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index fdf6a93..ba351ec 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -24,7 +24,7 @@ BEGIN {
     }
 }
 
-our $VERSION = '1.26';
+our $VERSION = '1.27';
 
 our $MaxEvalLen = 0;
 our $Verbose    = 0;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ad0b254..16d48ac 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -104,7 +104,8 @@ XXX
 
 =item *
 
-L<XXX> has been upgraded from version A.xx to B.yy.
+L<Carp> has been upgraded from version 1.26 to 1.27.  The longmess()
+and shortmess() functions are now documented.
 
 =back
 

--
Perl5 Master Repository

Reply via email to