summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-07-31 13:51:36 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-31 13:53:05 -0700
commitbca552795994a553e07b38a6f82a233533919926 (patch)
treee2c51131490a4c22ccd88f5802a4807773033160 /MANIFEST
parent10030f4b9e57e68d03a6b1eb1a9bed9fb389e8ac (diff)
downloadperl-bca552795994a553e07b38a6f82a233533919926.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.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 81261e1a54..5ac7db8a74 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3163,6 +3163,7 @@ dist/base/t/fields.t See if fields work
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/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