diff options
Diffstat (limited to 'os2/OS2/OS2-REXX/DLL/DLL.pm')
-rw-r--r-- | os2/OS2/OS2-REXX/DLL/DLL.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/OS2-REXX/DLL/DLL.pm b/os2/OS2/OS2-REXX/DLL/DLL.pm index 023c20a0bd..a0d3b21eb0 100644 --- a/os2/OS2/OS2-REXX/DLL/DLL.pm +++ b/os2/OS2/OS2-REXX/DLL/DLL.pm @@ -185,7 +185,7 @@ compatibility). Returns true if all functions are available. As a side effect, creates a REXX wrapper with the specified name in the package constructed by the name -of the DLL so that the next call to C<$dll->NAME()> will pick up the cached +of the DLL so that the next call to C<< $dll->NAME() >> will pick up the cached method. =head2 Create a Perl wrapper (optional): |