Re: [PATCH 5.6.1] OS/2 improvements
Ilya Zakharevich [Tue, 3 Jul 2001 03:34:06 +0000 (23:34 -0400)]
Message-ID: <20010703033406.A16776@math.ohio-state.edu>

p4raw-id: //depot/perl@11119

os2/OS2/Process/Process.pm

index 6ce93c0..3015430 100644 (file)
@@ -94,6 +94,9 @@ BEGIN {
        WindowFromId
        WindowFromPoint
        EnumDlgItem
+
+       get_title
+       set_title
 );
 
 sub AUTOLOAD {
@@ -225,6 +228,10 @@ sub ChildWindows ($) {
   @kids;
 }
 
+# backward compatibility
+*set_title = \&Title_set;
+*get_title = \&Title;
+
 # Autoload methods go after __END__, and are processed by the autosplit program.
 
 1;