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:
d6d1995
)
Bump version number in POSIX.pm
author
Paul "LeoNerd" Evans
<leonerd@leonerd.org.uk>
Thu, 29 Dec 2011 23:38:56 +0000
(23:38 +0000)
committer
Ævar Arnfjörð Bjarmason
<avar@cpan.org>
Sat, 11 Feb 2012 22:22:24 +0000
(22:22 +0000)
ext/POSIX/lib/POSIX.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/lib/POSIX.pm
b/ext/POSIX/lib/POSIX.pm
index
ac0bb52
..
98d634d
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.28';
+our $VERSION = '1.28
_001
';
require XSLoader;