diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-02 06:04:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-02 06:04:57 +0000 |
commit | 66e933abe4c687207c84b01b9d96f575c3699b8e (patch) | |
tree | 78561d45f2d8935cae9266baf6b9bb3187cb6090 /os2 | |
parent | 3ce0d27165e3cb29a307d40968a8000b48bea3eb (diff) | |
download | perl-66e933abe4c687207c84b01b9d96f575c3699b8e.tar.gz |
fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
p4raw-link: @4586 on //depot/cfgperl: 6eb5f6b9f48454b7ad64225a5bab0de7fdff695c
p4raw-id: //depot/perl@4617
Diffstat (limited to 'os2')
-rw-r--r-- | os2/OS2/REXX/REXX.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os2/OS2/REXX/REXX.pm b/os2/OS2/REXX/REXX.pm index 5c6dfd226f..144dd379cb 100644 --- a/os2/OS2/REXX/REXX.pm +++ b/os2/OS2/REXX/REXX.pm @@ -335,6 +335,11 @@ which access REXX queues or REXX variables in signal handlers. See C<t/rx*.t> for examples. +=head1 ENVIRONMENT + +If C<PERL_REXX_DEBUG> is set, prints trace info on calls to REXX runtime +environment. + =head1 AUTHOR Andreas Kaiser ak@ananke.s.bawue.de, with additions by Ilya Zakharevich |