diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-08-10 08:23:38 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-08-10 08:33:50 +0100 |
commit | ccbde4774902e879db48b4b02c8d802e66c3547a (patch) | |
tree | 8e9e55e716dbb10d0630a2a539e39eb03a3c8955 /MANIFEST | |
parent | c1ccc6206280c3a32819220a079405239892de6c (diff) | |
download | perl-ccbde4774902e879db48b4b02c8d802e66c3547a.tar.gz |
[perl #128769] Improve base.pm @INC '.' handling
- Localise @INC only if necessary.
- Don't mention '.' in the @INC list in the error message, since it
was not in the @INC that was searched (this is accomplished by local-
ising @INC in the same scope as the error).
- If a file exists that would have been loaded had '.' not been
ignored, mention it and suggest 'use lib'.
- Use the same number of closing as opening parentheses in the
error message.
(cherry picked from commit bca552795994a553e07b38a6f82a233533919926)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3007,6 +3007,7 @@ dist/base/t/fields-5_6_0.t See if fields work dist/base/t/fields-5_8_0.t See if fields work dist/base/t/fields-base.t See if fields work dist/base/t/fields.t See if fields work +dist/base/t/incdoc.t Test how base.pm handles '.' in @INC dist/base/t/isa.t See if base's behaviour doesn't change dist/base/t/lib/Broken.pm Test module for base.pm dist/base/t/lib/Dummy.pm Test module for base.pm |