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:
1903555
)
POSIX version bump
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 5 Feb 2015 13:11:13 +0000
(08:11 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 5 Feb 2015 13:16:28 +0000
(08:16 -0500)
ext/POSIX/lib/POSIX.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/lib/POSIX.pm
b/ext/POSIX/lib/POSIX.pm
index
46cdaca
..
a825178
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
0
';
+our $VERSION = '1.5
1
';
require XSLoader;