From dd446afc576d1868599579669df249b75bed3252 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 4 May 2022 14:09:45 -0600 Subject: OS2-REXX: Use F<> for file path --- os2/OS2/OS2-REXX/REXX.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os2') 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 and the next section for examples. +See F and the next section for examples. =head1 EXAMPLE -- cgit v1.2.1