summaryrefslogtreecommitdiff
path: root/pod/perlutil.pod
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2016-11-24 13:22:10 +0100
committerAbigail <abigail@abigail.be>2017-01-16 19:18:14 +0100
commit2560602ccfb78a9b4743012af45eeb2e7b74e47e (patch)
treef069499afd68bda2da8fc3106f485c2d1bf0b4d4 /pod/perlutil.pod
parent856f8944b1d313e9baaa81430ebd961e986904d3 (diff)
downloadperl-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 'pod/perlutil.pod')
-rw-r--r--pod/perlutil.pod9
1 files changed, 1 insertions, 8 deletions
diff --git a/pod/perlutil.pod b/pod/perlutil.pod
index 4047b42e85..b41a611830 100644
--- a/pod/perlutil.pod
+++ b/pod/perlutil.pod
@@ -126,13 +126,6 @@ around - the F<.ph> file should be created by running F<h2ph> on the
corresponding F<.h> file. See the F<h2ph> documentation for more on how
to convert a whole bunch of header files at once.
-=item L<c2ph|c2ph> and L<pstruct|pstruct>
-
-F<c2ph> and F<pstruct>, which are actually the same program but behave
-differently depending on how they are called, provide another way of
-getting at C with Perl - they'll convert C structures and union declarations
-to Perl code. This is deprecated in favour of F<h2xs> these days.
-
=item L<h2xs|h2xs>
F<h2xs> converts C header files into XS modules, and will try and write
@@ -238,7 +231,7 @@ L<perldoc|perldoc>, L<pod2man|pod2man>, L<perlpod>,
L<pod2html|pod2html>, L<pod2usage|pod2usage>, L<podselect|podselect>,
L<podchecker|podchecker>, L<splain|splain>, L<perldiag>,
C<roffitall|roffitall>, L<File::Find|File::Find>, L<pl2pm|pl2pm>,
-L<perlbug|perlbug>, L<h2ph|h2ph>, L<c2ph|c2ph>, L<h2xs|h2xs>, L<enc2xs>,
+L<perlbug|perlbug>, L<h2ph|h2ph>, L<h2xs|h2xs>, L<enc2xs>,
L<xsubpp>, L<cpan>, L<instmodsh>, L<piconv>, L<prove>, L<corelist>, L<ptar>,
L<ptardiff>, L<shasum>, L<zipdetails>