projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d46b2a5
)
Increment IPC::SysV version number.
Marcus Holland-Moritz [Tue, 9 Oct 2007 12:01:22 +0000 (12:01 +0000)]
p4raw-id: //depot/perl@32078
ext/IPC/SysV/SysV.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/IPC/SysV/SysV.pm
b/ext/IPC/SysV/SysV.pm
index
937acd6
..
c3ebcc2
100644
(file)
--- a/
ext/IPC/SysV/SysV.pm
+++ b/
ext/IPC/SysV/SysV.pm
@@
-14,7
+14,7
@@
use Config;
require Exporter;
@ISA = qw(Exporter);
-$VERSION = "1.04";
+$VERSION = "1.05";
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;