summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-08-30 18:06:38 +0200
committerNicholas Clark <nick@ccl4.org>2011-08-30 18:06:38 +0200
commit38552987f01ba3c9fbea08e94b95b439e5ded364 (patch)
tree3698bc6cd4362638b097442f3006687f69d82c82 /MANIFEST
parent4efc19b734c108353f8ad7c6e65ee5d33e8abbbf (diff)
downloadperl-38552987f01ba3c9fbea08e94b95b439e5ded364.tar.gz
Remove 3 unused scripts from Porting
Porting/findvars was added in 1998 in 2bd2b9e04a68ec86. It searches @ARGV for its wordlist of then-current interpreter variable names. Porting/fixvars was added as fixvars in 1998 in a15299417de39f35. It captures the output of make (defaulting to make miniperl), parses it for errors matching /undeclared/, and then attempts to edit the relevant line of the reported file to prefix the name with PL_ Porting/fixCORE is a modified copy of Porting/fixvars, added in 1998 in a8693bd382efcc6d. It's intended to load modules, catching errors of the form /Ambiguous call resolved as CORE::/, and editing the relevant lines to prefix CORE:: to the function in question. It appears only ever to have been used to fix warnings in Math::Complex. All 3 have only had trivial style and spelling edits since addition, and have been unused for over 12 years.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 0 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index e74b2adda4..231a60f808 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4540,9 +4540,6 @@ Porting/exec-bit.txt List of files that get +x in release tarball
Porting/exercise_makedef.pl Brute force testing for makedef.pl
Porting/expand-macro.pl A tool to expand C macro definitions in the Perl source
Porting/findrfuncs Find reentrant variants of functions used in an executable
-Porting/findvars Find occurrences of words
-Porting/fixCORE Find and fix modules that generate warnings
-Porting/fixvars Find undeclared variables with C compiler and fix em
Porting/genlog Generate formatted changelogs by querying p4d
Porting/git-deltatool Mark commits for perldelta in git notes
Porting/git-find-p4-change Find the change for a p4 change number