X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/9cfe5470b44e33f00045a3b9c3128c6ade6e813f..d554c0b013adbceca75b6b2db2509f4860a1eac3:/lib/vmsish.pm?ds=inline diff --git a/lib/vmsish.pm b/lib/vmsish.pm index 82b52ab..653f840 100644 --- a/lib/vmsish.pm +++ b/lib/vmsish.pm @@ -1,6 +1,6 @@ package vmsish; -our $VERSION = '1.00'; +our $VERSION = '1.03'; =head1 NAME @@ -52,9 +52,9 @@ default of Universal Time (a.k.a Greenwich Mean Time, or GMT). =item C This suppresses printing of VMS status messages to SYS$OUTPUT and -SYS$ERROR if Perl terminates with an error status. and allows +SYS$ERROR if Perl terminates with an error status, and allows programs that are expecting "unix-style" Perl to avoid having to parse -VMS error messages. It does not supress any messages from Perl +VMS error messages. It does not suppress any messages from Perl itself, just the messages generated by DCL after Perl exits. The DCL symbol $STATUS will still have the termination status, but with a high-order bit set: @@ -103,11 +103,11 @@ Note that an exit() or die() that is compiled 'hushed' because of "use vmsish" is not un-hushed by calling vmsish::hushed(0) at runtime. The messages from error exits from inside the Perl core are generally -more serious, and are not supressed. +more serious, and are not suppressed. =back -See L. +See L. =cut