projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dee0611
)
POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the version
Jesse Vincent [Sun, 20 Dec 2009 19:02:46 +0000 (14:02 -0500)]
ext/POSIX/POSIX.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/POSIX.pm
b/ext/POSIX/POSIX.pm
index
b410fd9
..
ffbd9de
100644
(file)
--- a/
ext/POSIX/POSIX.pm
+++ b/
ext/POSIX/POSIX.pm
@@
-4,7
+4,7
@@
use warnings;
our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = ();
-our $VERSION = "1.18";
+our $VERSION = "1.19";
use AutoLoader;