summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-03-31 23:08:45 +0000
committerNicholas Clark <nick@ccl4.org>2008-03-31 23:08:45 +0000
commitd8528f07d4f9e687f7398656349cf605d0c2fb93 (patch)
tree6d53ae0b768e75f4802744be117f5f19a3865e09 /os2
parent33768f1313b327865518f09b2c67d4134cf183fc (diff)
downloadperl-d8528f07d4f9e687f7398656349cf605d0c2fb93.tar.gz
$VERSION++ for all the non-dual life modules outside ext/ that
Porting/cmpVERSION.pl reports differ from the 5.10.0 release. All the rest of the differences would seem to be dual-life. :-( p4raw-id: //depot/perl@33623
Diffstat (limited to 'os2')
-rw-r--r--os2/OS2/REXX/REXX.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/REXX/REXX.pm b/os2/OS2/REXX/REXX.pm
index b99815a041..ca9fee69ce 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.03';
+$VERSION = '1.04';
# We cannot just put OS2::DLL in @ISA, since some scripts would use
# function interface, not method interface...