In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3db719fef4a14adacd56f6db1d3eb4e9a427eb99?hp=755cce002d8647ca87d9bcf49d5ede19f6259d6f>

- Log -----------------------------------------------------------------
commit 3db719fef4a14adacd56f6db1d3eb4e9a427eb99
Author: James E Keenan <[email protected]>
Date:   Mon Feb 2 22:01:54 2015 -0500

    perldelta for 41c9461801eb6e56138478ad9229a3337b4da2b2

M       pod/perldelta.pod

commit 41c9461801eb6e56138478ad9229a3337b4da2b2
Author: James E Keenan <[email protected]>
Date:   Mon Feb 2 22:00:23 2015 -0500

    Update POSIX version number.

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

Summary of changes:
 ext/POSIX/lib/POSIX.pm | 2 +-
 pod/perldelta.pod      | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ext/POSIX/lib/POSIX.pm b/ext/POSIX/lib/POSIX.pm
index 793fdd4..46cdaca 100644
--- a/ext/POSIX/lib/POSIX.pm
+++ b/ext/POSIX/lib/POSIX.pm
@@ -4,7 +4,7 @@ use warnings;
 
 our ($AUTOLOAD, %SIGRT);
 
-our $VERSION = '1.49';
+our $VERSION = '1.50';
 
 require XSLoader;
 
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index d5ffa00..84bab83 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -161,6 +161,10 @@ L<Win32API::File> has been upgraded from version 0.1201 to 
0.1202
 
 Building in C++ mode now works.
 
+=item *
+
+L<POSIX> has been upgraded from version 1.49 to 1.50.
+
 =back
 
 =head2 Removed Modules and Pragmata

--
Perl5 Master Repository

Reply via email to