diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-12 18:44:49 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-12 18:44:49 +0000 |
commit | 98225a64488c895097b3ce3f7ac9c94f464be86b (patch) | |
tree | 844445b173ff28c32d345d8a96447613f45b538a /os2 | |
parent | 54dc0f912bb497a6d6861fbfa3f067ec3cfdfe0c (diff) | |
download | perl-98225a64488c895097b3ce3f7ac9c94f464be86b.tar.gz |
Bump $VERSION in many modules that have changed.
p4raw-id: //depot/perl@26804
Diffstat (limited to 'os2')
-rw-r--r-- | os2/OS2/PrfDB/PrfDB.pm | 2 | ||||
-rw-r--r-- | os2/OS2/Process/Process.pm | 2 | ||||
-rw-r--r-- | os2/OS2/REXX/REXX.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/os2/OS2/PrfDB/PrfDB.pm b/os2/OS2/PrfDB/PrfDB.pm index aa2a9069e8..a1bdc33a1c 100644 --- a/os2/OS2/PrfDB/PrfDB.pm +++ b/os2/OS2/PrfDB/PrfDB.pm @@ -14,7 +14,7 @@ our @ISA = qw(Exporter Tie::Hash); our @EXPORT = qw( AnyIni UserIni SystemIni ); -our $VERSION = '0.03'; +our $VERSION = '0.04'; XSLoader::load 'OS2::PrfDB', $VERSION; diff --git a/os2/OS2/Process/Process.pm b/os2/OS2/Process/Process.pm index 69b362f72c..c299e88467 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.01"; + our $VERSION = "1.02"; XSLoader::load('OS2::Process', $VERSION); } diff --git a/os2/OS2/REXX/REXX.pm b/os2/OS2/REXX/REXX.pm index 88b624f233..b99815a041 100644 --- a/os2/OS2/REXX/REXX.pm +++ b/os2/OS2/REXX/REXX.pm @@ -11,7 +11,7 @@ require OS2::DLL; # Other items we are prepared to export if requested @EXPORT_OK = qw(drop register); -$VERSION = '1.02'; +$VERSION = '1.03'; # We cannot just put OS2::DLL in @ISA, since some scripts would use # function interface, not method interface... |