In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1dd11b288e33cbfb2c118b3331deea55b597b4d7?hp=d7a0f0b000f94080cd0cb5efd28ae4b26f084294>
- Log ----------------------------------------------------------------- commit 1dd11b288e33cbfb2c118b3331deea55b597b4d7 Author: Jarkko Hietaniemi <[email protected]> Date: Fri Aug 21 08:33:21 2015 -0400 POSIX: version bump for d7a0f0b ----------------------------------------------------------------------- Summary of changes: ext/POSIX/lib/POSIX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/POSIX/lib/POSIX.pm b/ext/POSIX/lib/POSIX.pm index ff01b21..71b2d66 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.56'; +our $VERSION = '1.57'; require XSLoader; -- Perl5 Master Repository
