diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-02-18 08:26:36 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-02-18 08:26:36 +0000 |
commit | c67aee7a0ec313b3a0ea285a77b3cda5496f4e17 (patch) | |
tree | 485e6c533cc20e9a89de5cfe839ca1b7530e5d56 /INSTALL | |
parent | 7d78c51a505cbafa404de787e640a4ad76839a16 (diff) | |
download | perl-c67aee7a0ec313b3a0ea285a77b3cda5496f4e17.tar.gz |
Remove some remnants of x2p, which was removed by commit e5a8a0fbd7
References to PERL_FOR_X2P probably have to stay in case any third-party
code is #defining it. Likewise, NO_PERL_TYPEDEFS in vms/vmsish.h has to
stay because it actually is used by App::a2p.
Cross/Makefile.SH.patch still needs regenerating since it contains
references to x2p in the top-level Makefile.SH which were removed by
e5a8a0fbd7.
A few other references to x2p/a2p/find2p/s2p still remain, which I am less
sure about removing, plus some others in documentation which should stay
anyway.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2217,7 +2217,6 @@ make install will install the following: perl, perl5.n.n where 5.n.n is the current release number. This will be a link to perl. - a2p awk-to-perl translator. scripts @@ -2230,7 +2229,6 @@ make install will install the following: versions of perl. cpan The CPAN shell. enc2xs Encoding module generator. - find2perl find-to-perl translator. h2ph Extract constants and simple macros from C headers. h2xs Converts C .h header files to Perl extensions. @@ -2253,7 +2251,6 @@ make install will install the following: ptar A Perl implementation of tar. ptardiff A diff for tar archives. ptargrep A grep for tar archives. - s2p sed-to-perl translator. shasum A tool to print or check SHA checksums. splain Describe Perl warnings and errors. xsubpp Compiler to convert Perl XS code into C code. |