summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-08-10 08:23:38 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-08-10 08:33:50 +0100
commitccbde4774902e879db48b4b02c8d802e66c3547a (patch)
tree8e9e55e716dbb10d0630a2a539e39eb03a3c8955 /MANIFEST
parentc1ccc6206280c3a32819220a079405239892de6c (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index e4331f166a..ef7bf598c8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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