NAME

t/codingstd/case_sensitive_files.t - Checks for name conflicts on case-insensitive filesystems

SYNOPSIS

# test all files
% prove t/codingstd/case_sensitive_files.t

DESCRIPTION

Checks that there are no files in the distribution that would conflict with other files on case-insensitive filesystems.

If we have a readme.pod in the distro, and then we add a README.pod in the same directory, that's a problem. The creator README.pod might not notice, but this will cause problems for a Mac or Windows user who checks out the repo or unpacks a tarball.