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:
d7a0f0b
)
POSIX: version bump for d7a0f0b
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 21 Aug 2015 12:33:21 +0000
(08:33 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 21 Aug 2015 12:33:21 +0000
(08:33 -0400)
ext/POSIX/lib/POSIX.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/lib/POSIX.pm
b/ext/POSIX/lib/POSIX.pm
index
ff01b21
..
71b2d66
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.5
6
';
+our $VERSION = '1.5
7
';
require XSLoader;