diff options
author | Abigail <abigail@abigail.be> | 2016-11-24 13:22:10 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2017-01-16 19:18:14 +0100 |
commit | 2560602ccfb78a9b4743012af45eeb2e7b74e47e (patch) | |
tree | f069499afd68bda2da8fc3106f485c2d1bf0b4d4 /INSTALL | |
parent | 856f8944b1d313e9baaa81430ebd961e986904d3 (diff) | |
download | perl-2560602ccfb78a9b4743012af45eeb2e7b74e47e.tar.gz |
Remove utils/c2ph and utils/pstruct
These programs are the same, just behave differently depending on
under which name you call it.
This is a very old script, originally dating from the perl3 era.
It has been deprecated in favour of h2xs for a long time.
In Perl 5.26, these utilities will no longer be available.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2239,8 +2239,6 @@ make install will install the following: cppstdin This is used by the deprecated switch perl -P, if your cc -E can't read from stdin. - c2ph, pstruct Scripts for handling C structures in header - files. corelist Shows versions of modules that come with different versions of perl. |