From d632d9afe2fe0ca4acebe9e4db95ef6ec14a299d Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 3 Jul 2011 22:02:41 -0600 Subject: OS2-Process/Process.pm: Fix broken pod links --- os2/OS2/OS2-Process/Process.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'os2') diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm index 739c8073ac..21ca9aa804 100644 --- a/os2/OS2/OS2-Process/Process.pm +++ b/os2/OS2/OS2-Process/Process.pm @@ -20,7 +20,7 @@ BEGIN { #require AutoLoader; our @ISA = qw(Exporter); - our $VERSION = "1.06"; + our $VERSION = "1.07"; XSLoader::load('OS2::Process', $VERSION); } @@ -1225,7 +1225,8 @@ Some of these API's require sending a message to the specified window. In such a case the process needs to be a PM process, or to be morphed to a PM process via OS2::MorphPM(). -For a temporary morphing to PM use the L class. +For a temporary morphing to PM use the L class. Keep in mind that PM windows are engaged in 2 "orthogonal" window trees, as well as in the z-order list. @@ -1749,7 +1750,7 @@ specifies whether region scan should be interruptible by signals. Use class C to ensure that clipboard is closed even if the code in the block made a non-local exit. -See the L and L classes. +See the L section; the latter way may also provide some performance advantages, since the value of the constant is cached. -=head1 L, OS2::localFlashWindow, and OS2::localClipbrd classes +=head1 OS2::localMorphPM, OS2::localFlashWindow, and OS2::localClipbrd classes The class C morphs the process to PM for the duration of the given scope. -- cgit v1.2.1