diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:06:04 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:06:04 -0500 |
commit | 34a03f428488c51cb6b670226d359810aea8e0bd (patch) | |
tree | c60b730d27b21c74cdb4e5c199ad3a1c41a94f84 /os2 | |
parent | 641a285b6a89cc849b0510d07e7dec3ad332fe7a (diff) | |
download | perl-34a03f428488c51cb6b670226d359810aea8e0bd.tar.gz |
Version bumps for OS2 non-dual-life modules identified by
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8
Diffstat (limited to 'os2')
-rw-r--r-- | os2/OS2/OS2-Process/Process.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm index 5c67489794..d59382b03e 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.04"; + our $VERSION = "1.05"; XSLoader::load('OS2::Process', $VERSION); } |