diff options
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 221947b508..36b4ec47b6 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -689,7 +689,7 @@ run-time only. This is a new mechanism and the details may change. Current state of the interpreter. Undefined if parsing of the current module/eval is not finished (may happen in $SIG{__DIE__} and -$SIG{__WARN__} handlers). True if inside an eval, othewise false. +$SIG{__WARN__} handlers). True if inside an eval, otherwise false. =item $BASETIME |