From: Steve Hay Date: Mon, 20 Aug 2012 15:30:52 +0000 (+0100) Subject: Undo VERSION bump for undone code X-Git-Tag: upstream/5.20.0~5706 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=707fe569d22afb88e064f9caf55184bd2a4ddb2b;p=platform%2Fupstream%2Fperl.git 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. --- diff --git a/os2/OS2/OS2-REXX/REXX.pm b/os2/OS2/OS2-REXX/REXX.pm index a094232..ca9fee6 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...