diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 16:30:52 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 16:30:52 +0100 |
commit | 707fe569d22afb88e064f9caf55184bd2a4ddb2b (patch) | |
tree | 3ab00ce717ea549bc5574cd9dc7c463fb995c51a /os2 | |
parent | 3d76f9622da6911a7b8e2de7d91a064ad13143cb (diff) | |
download | perl-707fe569d22afb88e064f9caf55184bd2a4ddb2b.tar.gz |
Undo VERSION bump for undone code
Commit 78ed4cf4d6 undid the accidental effect of eb578fdb55 on OS2::REXX
but forgot to revert the accompanying VERSION bump, which is not otherwise
required since nothing else has changed.
Diffstat (limited to 'os2')
-rw-r--r-- | os2/OS2/OS2-REXX/REXX.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/OS2-REXX/REXX.pm b/os2/OS2/OS2-REXX/REXX.pm index a094232029..ca9fee69ce 100644 --- a/os2/OS2/OS2-REXX/REXX.pm +++ b/os2/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.05'; +$VERSION = '1.04'; # We cannot just put OS2::DLL in @ISA, since some scripts would use # function interface, not method interface... |