summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 04:51:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 04:51:30 +0000
commit2af1ab88da52f38a7450a6455bc28aa93c8e4e57 (patch)
treed5fea29ca36a63900bd06b21c6598f9bb7950957 /os2
parente9d8cdc0682791dad6e1ddeac96716205beff833 (diff)
downloadperl-2af1ab88da52f38a7450a6455bc28aa93c8e4e57.tar.gz
A swath of VERSION patches from Nicholas Clark.
p4raw-id: //depot/perl@20688
Diffstat (limited to 'os2')
-rw-r--r--os2/OS2/Process/Process.pm2
-rw-r--r--os2/OS2/REXX/DLL/DLL.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/os2/OS2/Process/Process.pm b/os2/OS2/Process/Process.pm
index 956e8fd935..bed50f3875 100644
--- a/os2/OS2/Process/Process.pm
+++ b/os2/OS2/Process/Process.pm
@@ -20,7 +20,7 @@ BEGIN {
#require AutoLoader;
our @ISA = qw(Exporter);
- our $VERSION = "1.0";
+ our $VERSION = "1.01";
XSLoader::load('OS2::Process', $VERSION);
}
diff --git a/os2/OS2/REXX/DLL/DLL.pm b/os2/OS2/REXX/DLL/DLL.pm
index f6660d6cad..537a2107fc 100644
--- a/os2/OS2/REXX/DLL/DLL.pm
+++ b/os2/OS2/REXX/DLL/DLL.pm
@@ -1,6 +1,6 @@
package OS2::DLL;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use Carp;
use XSLoader;