summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-20 10:16:50 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-10-20 10:16:50 -0400
commit8346f1fe5d9573dd6fe31cf90e4b97ea02c0ede0 (patch)
treea738dff72c983f567243bb0b11ad75458e9b0f16 /os2
parentab3df797d6f1e2dc13fb1b1fdee8c006bab967be (diff)
downloadperl-8346f1fe5d9573dd6fe31cf90e4b97ea02c0ede0.tar.gz
Bump OS2::Process's version since it differs from the version in 5.11.0
Diffstat (limited to 'os2')
-rw-r--r--os2/OS2/OS2-Process/Process.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm
index 00b11aab64..37bb3f0602 100644
--- a/os2/OS2/OS2-Process/Process.pm
+++ b/os2/OS2/OS2-Process/Process.pm
@@ -20,7 +20,7 @@ BEGIN {
#require AutoLoader;
our @ISA = qw(Exporter);
- our $VERSION = "1.03";
+ our $VERSION = "1.04";
XSLoader::load('OS2::Process', $VERSION);
}