This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove 3 unused scripts from Porting
authorNicholas Clark <nick@ccl4.org>
Tue, 30 Aug 2011 16:06:38 +0000 (18:06 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 30 Aug 2011 16:06:38 +0000 (18:06 +0200)
commit38552987f01ba3c9fbea08e94b95b439e5ded364
tree3698bc6cd4362638b097442f3006687f69d82c82
parent4efc19b734c108353f8ad7c6e65ee5d33e8abbbf
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.
MANIFEST
Porting/findvars [deleted file]
Porting/fixCORE [deleted file]
Porting/fixvars [deleted file]