summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-19 12:34:20 +0200
committerNicholas Clark <nick@ccl4.org>2010-10-19 12:34:20 +0200
commit228f83bf2f4cc0f605478d266ed3a2dd48cb7041 (patch)
tree3f42bb4f81cf41f6bec31649bcbd05ccc2b74a49 /MANIFEST
parent80a649c810fab9a1510e35c012adc454dd4a0a4e (diff)
downloadperl-228f83bf2f4cc0f605478d266ed3a2dd48cb7041.tar.gz
Make Fcntl::AUTOLOAD's error messages consistent with croak() using modules.
Fcntl avoids using Carp::croak(), but its code was adding a full stop at the end of all error messages. Other modules are using croak(), which has no full stop between the line number and the newline. Add a test for the error messages from Fcntl::AUTOLOAD.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 15298fa1c2..9c866a421e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3162,6 +3162,7 @@ ext/Errno/t/Errno.t See if Errno works
ext/Fcntl/Fcntl.pm Fcntl extension Perl module
ext/Fcntl/Fcntl.xs Fcntl extension external subroutines
ext/Fcntl/Makefile.PL Fcntl extension makefile writer
+ext/Fcntl/t/autoload.t See if Fcntl AUTOLOAD error messages work
ext/Fcntl/t/fcntl.t See if Fcntl works
ext/Fcntl/t/mode.t See if S_ISREG() and S_ISDIR() work
ext/Fcntl/t/syslfs.t See if large files work for sysio