diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 06:49:13 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-24 01:46:45 +0200 |
commit | 09bf710e3bc7de550fe7d6629360d1328d015873 (patch) | |
tree | 38b808b745bd5487c505bc23242eb50215eacda8 /os2 | |
parent | e8a97f298713315136bdcfc986d8b4f1f4a02fb9 (diff) | |
download | perl-09bf710e3bc7de550fe7d6629360d1328d015873.tar.gz |
typo fix for os2 module
Bump $VERSION for os2/OS2/OS2-Process/Process.pm.
Diffstat (limited to 'os2')
-rw-r--r-- | os2/OS2/OS2-Process/Process.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm index baee0e6ddb..55e8f61638 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.08"; + our $VERSION = "1.09"; XSLoader::load('OS2::Process', $VERSION); } @@ -2006,7 +2006,7 @@ will show the 22nd system icon as the dialog icon (small folder icon). =item _MessageBox2($text, $buttons_Icon_struct, [$title, ...]) -low-level workhorse to implement MessageBox2(). Differs by the dafault +low-level workhorse to implement MessageBox2(). Differs by the default $title, and that $buttons_Icon_struct is required, and is a string with low-level C struct. |