summaryrefslogtreecommitdiff
path: root/os2/OS2/OS2-REXX/DLL/DLL.pm
diff options
context:
space:
mode:
Diffstat (limited to 'os2/OS2/OS2-REXX/DLL/DLL.pm')
-rw-r--r--os2/OS2/OS2-REXX/DLL/DLL.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/os2/OS2/OS2-REXX/DLL/DLL.pm b/os2/OS2/OS2-REXX/DLL/DLL.pm
index a0d3b21eb0..a7d4504d68 100644
--- a/os2/OS2/OS2-REXX/DLL/DLL.pm
+++ b/os2/OS2/OS2-REXX/DLL/DLL.pm
@@ -1,6 +1,6 @@
package OS2::DLL;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
use Carp;
use XSLoader;
@@ -152,7 +152,7 @@ See documentation of L<OS2::REXX> module if you need the variable pool.
=head1 DESCRIPTION
-=head2 L<Create a DLL handle>
+=head2 Create a DLL handle
$dll = OS2::DLL->module( NAME [, WHERE] );