This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tweak 'do "%s" failed' message
authorDavid Mitchell <davem@iabyn.com>
Fri, 31 Mar 2017 08:13:33 +0000 (09:13 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 31 Mar 2017 08:13:33 +0000 (09:13 +0100)
commit1c99110e81e1b5fb8dad0a368bf6aa2f3439cc22
tree9f3d83c083d205cb3146e9dfac97d1468a08eeee
parent2e3b2a1fba7611d1cd6060a5f07f6a0f91a06b3a
tweak 'do "%s" failed' message

The warning

    do "%s" failed, '.' is no longer in @INC

was added in  the previous devel release; this commit enhances it to say

    do "%s" failed, '.' is no longer in @INC; did you mean do "./%s"

and updates the relevant docs.

See http://nntp.perl.org/group/perl.perl5.porters/243788.
pod/perl52511delta.pod
pod/perldiag.pod
pod/perlfunc.pod
pp_ctl.c
t/lib/warnings/pp_ctl