diff options
author | Tony Cook <tony@develop-help.com> | 2015-11-05 15:06:00 +1100 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-03-17 19:52:56 -0400 |
commit | 502aca567e314961f1dba0d4370a52b048dbe33a (patch) | |
tree | a4ca3dc34b60b6dcfb39c2a48159ef8d802c97b5 /pod/perldiag.pod | |
parent | 8abddda39a55d116a506c465ef0ccd0f8546b896 (diff) | |
download | perl-502aca567e314961f1dba0d4370a52b048dbe33a.tar.gz |
croak on failure to close an in-place edit output file
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 1e4760d246..86c33c9c94 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2220,6 +2220,11 @@ Check the #! line, or manually feed your script into Perl yourself. CHECK, INIT, or END subroutine. Processing of the remainder of the queue of such routines has been prematurely ended. +=item Failed to close in-place edit file %s: %s + +(F) Closing an output file from in-place editing, as with the C<-i> +command-line switch, failed. + =item False [] range "%s" in regex; marked by S<<-- HERE> in m/%s/ (W regexp)(F) A character class range must start and end at a literal |