diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
commit | d6a466d771dbdc293e3f83b595b03cf44617cabb (patch) | |
tree | 070a190c3592fb1ef216b61ebf315f0d819b5951 /ext/IPC | |
parent | 199566928fd3000f78b2b73ac518cc24c1c23c98 (diff) | |
download | perl-d6a466d771dbdc293e3f83b595b03cf44617cabb.tar.gz |
Bump up the VERSIONs of modules that have changed since 5.6.0,
the modules found using a script written by Larry Schatzer Jr.
p4raw-id: //depot/perl@11016
Diffstat (limited to 'ext/IPC')
-rw-r--r-- | ext/IPC/SysV/Msg.pm | 2 | ||||
-rw-r--r-- | ext/IPC/SysV/Semaphore.pm | 2 | ||||
-rw-r--r-- | ext/IPC/SysV/SysV.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/IPC/SysV/Msg.pm b/ext/IPC/SysV/Msg.pm index a0932389cb..3269b265c4 100644 --- a/ext/IPC/SysV/Msg.pm +++ b/ext/IPC/SysV/Msg.pm @@ -11,7 +11,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = "1.00"; +$VERSION = "1.01"; { package IPC::Msg::stat; diff --git a/ext/IPC/SysV/Semaphore.pm b/ext/IPC/SysV/Semaphore.pm index 0505be222f..287d438e55 100644 --- a/ext/IPC/SysV/Semaphore.pm +++ b/ext/IPC/SysV/Semaphore.pm @@ -12,7 +12,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = "1.00"; +$VERSION = "1.01"; { package IPC::Semaphore::stat; diff --git a/ext/IPC/SysV/SysV.pm b/ext/IPC/SysV/SysV.pm index 0cc74004da..a85ae5cdc3 100644 --- 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.03"; +$VERSION = "1.04"; @EXPORT_OK = qw( GETALL GETNCNT GETPID GETVAL GETZCNT |