This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bbfa15
)
Bump ext/POSIX version to 1.48
author
Karl Williamson
<khw@cpan.org>
Tue, 25 Nov 2014 19:20:42 +0000
(12:20 -0700)
committer
Karl Williamson
<khw@cpan.org>
Wed, 26 Nov 2014 16:18:33 +0000
(09:18 -0700)
ext/POSIX/lib/POSIX.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/lib/POSIX.pm
b/ext/POSIX/lib/POSIX.pm
index
56222d8
..
47520c8
100644
(file)
--- a/
ext/POSIX/lib/POSIX.pm
+++ b/
ext/POSIX/lib/POSIX.pm
@@
-4,7
+4,7
@@
use warnings;
our ($AUTOLOAD, %SIGRT);
-our $VERSION = '1.4
7
';
+our $VERSION = '1.4
8
';
require XSLoader;