From: Ilya Zakharevich Date: Tue, 3 Jul 2001 03:34:06 +0000 (-0400) Subject: Re: [PATCH 5.6.1] OS/2 improvements X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd60b2b92942fb3f95fd620ac382c2af3b6afe97;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH 5.6.1] OS/2 improvements Message-ID: <20010703033406.A16776@math.ohio-state.edu> p4raw-id: //depot/perl@11119 --- diff --git a/os2/OS2/Process/Process.pm b/os2/OS2/Process/Process.pm index 6ce93c0..3015430 100644 --- a/os2/OS2/Process/Process.pm +++ b/os2/OS2/Process/Process.pm @@ -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;