In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/df91fef15f30ce8d3584fdb220e980c21cb9cc87?hp=ee25ad7782f490439eb69d2bf28ca4e577cc994e>

- Log -----------------------------------------------------------------
commit df91fef15f30ce8d3584fdb220e980c21cb9cc87
Author: Florian Ragwitz <r...@debian.org>
Date:   Sat Sep 11 15:16:15 2010 +0200

    perldelta up to 38ef960

M       pod/perldelta.pod

commit 32552feae436307adaf4eb1eda7f8a75c32b73dc
Author: Florian Ragwitz <r...@debian.org>
Date:   Sat Sep 11 15:13:37 2010 +0200

    Bump $POSIX::VERSION

M       ext/POSIX/lib/POSIX.pm
-----------------------------------------------------------------------

Summary of changes:
 ext/POSIX/lib/POSIX.pm |    2 +-
 pod/perldelta.pod      |   12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ext/POSIX/lib/POSIX.pm b/ext/POSIX/lib/POSIX.pm
index 259496c..a43b76b 100644
--- a/ext/POSIX/lib/POSIX.pm
+++ b/ext/POSIX/lib/POSIX.pm
@@ -4,7 +4,7 @@ use warnings;
 
 our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = ();
 
-our $VERSION = "1.19";
+our $VERSION = "1.20";
 
 use AutoLoader;
 
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index cb83c8c..6391a1e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,7 +1,7 @@
 =encoding utf8
 
 =for release_engineer
-* changelogged up to 26e1fc4
+* changelogged up to 38ef960
 * the mauve module will not be part of the release, so it's not changelogged
 yet. it also added some new api functions. those aren't covered either, as they
 might go away again in case mauve gets rolled back for 5.13.5.
@@ -192,6 +192,10 @@ packages using warnings::register.  See L<perllexwarn> for 
more information.
 
 =item *
 
+C<B::Debug> has been upgraded from version 1.12 to 1.14.
+
+=item *
+
 C<Data::Dumper> has been upgraded from version 2.126 to 2.128.
 
 This fixes a crash when using custom sort functions that might cause the stack
@@ -230,6 +234,12 @@ C<Module::CoreList> has been upgraded from version 2.37 to 
2.38.
 
 =item *
 
+C<POSIX> has been upgraded from version 1.19 to 1.20.
+
+It now includes constants for POSIX signal constants.
+
+=item *
+
 C<Tie::Hash> has been upgraded from version 1.03 to 1.04.
 
 Calling C<< Tie::Hash->TIEHASH() >> used to loop forever. Now it C<croak>s.

--
Perl5 Master Repository

Reply via email to