diff options
author | Frank Wiegand <frank.wiegand@gmail.com> | 2009-11-19 12:34:20 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2009-11-19 14:30:37 +0100 |
commit | d5213412bf7e51630c57470e49cc6b127a508ed6 (patch) | |
tree | c70598e4d6d0831f3d739dae7e96abc842ea9578 /os2/OS2/OS2-REXX | |
parent | 08fc25adb28b667408639f0458cda3d8f55bac70 (diff) | |
download | perl-d5213412bf7e51630c57470e49cc6b127a508ed6.tar.gz |
Fix POD: C<...->...> => C<< ...-> ... >>
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'os2/OS2/OS2-REXX')
-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): |