summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-04 14:09:45 -0600
committerKarl Williamson <khw@cpan.org>2022-05-27 21:49:44 -0600
commitdd446afc576d1868599579669df249b75bed3252 (patch)
tree87b88a903ccaaa9accac4e5b48819f5e09a45b73 /os2
parent28d96da1106f8517a342a1e1dddc1ea37ca0c5e8 (diff)
downloadperl-dd446afc576d1868599579669df249b75bed3252.tar.gz
OS2-REXX: Use F<> for file path
Diffstat (limited to 'os2')
-rw-r--r--os2/OS2/OS2-REXX/REXX.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/os2/OS2/OS2-REXX/REXX.pm b/os2/OS2/OS2-REXX/REXX.pm
index 6d0ca4bc8e..212c8b7a0d 100644
--- a/os2/OS2/OS2-REXX/REXX.pm
+++ b/os2/OS2/OS2-REXX/REXX.pm
@@ -11,7 +11,7 @@ require OS2::DLL;
# Other items we are prepared to export if requested
@EXPORT_OK = qw(drop register);
-$VERSION = '1.05';
+$VERSION = '1.06';
# We cannot just put OS2::DLL in @ISA, since some scripts would use
# function interface, not method interface...
@@ -428,7 +428,7 @@ overridden. So unless you know better than I do, do not access REXX
variables (probably tied to Perl variables) or call REXX functions
which access REXX queues or REXX variables in signal handlers.
-See C<t/rx*.t> and the next section for examples.
+See F<t/rx*.t> and the next section for examples.
=head1 EXAMPLE