summaryrefslogtreecommitdiff
path: root/Porting/README.pod
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2022-03-11 16:04:52 +0100
committerLeon Timmermans <fawaka@gmail.com>2022-03-13 15:07:24 +0100
commit4a3c2333b24b82dc7f026bc9f506c0249b4c75ea (patch)
tree63384a8da0b12d612ac92419a97a55d57e202980 /Porting/README.pod
parent72e43cdf25bbdeac68b29246df89f4cf086f0b0c (diff)
downloadperl-4a3c2333b24b82dc7f026bc9f506c0249b4c75ea.tar.gz
Delete Porting/check83.pl
We stopped caring about 8.3 compliance at least 15 years ago, and currently ship hundreds of files that aren't compliant with such a filesystem. This script doesn't serve any purpose anymore.
Diffstat (limited to 'Porting/README.pod')
-rw-r--r--Porting/README.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/Porting/README.pod b/Porting/README.pod
index e8f14a9cd7..0f22b5e990 100644
--- a/Porting/README.pod
+++ b/Porting/README.pod
@@ -33,11 +33,6 @@ Use C<git bisect> to pinpoint changes.
A utility to find, and optionally bump, references to the perl version
number in various files within the perl source.
-=head2 F<check83.pl>
-
-Performs pathname portability checks, including whether there are naming
-conflicts when names are truncated to the DOSish, case-ignoring 8.3 format.
-
=head2 F<checkansi.pl>
Check source code for ANSI-C violations.