diff options
author | 2014-03-24 14:58:42 +0000 | |
---|---|---|
committer | 2014-03-24 14:58:42 +0000 | |
commit | 91f110e064cd7c194e59e019b83bb7496c1c84d4 (patch) | |
tree | 3e8e577405dba7e94b43cbf21c22f21aaa5ab949 /gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm | |
parent | do not call purge_task every 10 secs, it is only needed once at startup and (diff) | |
download | wireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.tar.xz wireguard-openbsd-91f110e064cd7c194e59e019b83bb7496c1c84d4.zip |
Import perl-5.18.2
OK espie@ sthen@ deraadt@
Diffstat (limited to 'gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm')
-rw-r--r-- | gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm b/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm index 21ca9aa8042..baee0e6ddb1 100644 --- a/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm +++ b/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm @@ -20,7 +20,7 @@ BEGIN { #require AutoLoader; our @ISA = qw(Exporter); - our $VERSION = "1.07"; + our $VERSION = "1.08"; XSLoader::load('OS2::Process', $VERSION); } @@ -1750,7 +1750,7 @@ specifies whether region scan should be interruptible by signals. Use class C<OS2::localClipbrd> to ensure that clipboard is closed even if the code in the block made a non-local exit. -See the L</OS2::localMorphPM, OS2::localFlashWindow, and OS2::localClipbrd classes +See the L</OS2::localMorphPM, OS2::localFlashWindow, and OS2::localClipbrd classes> =head2 Control of the PM atom tables |