This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove x2p
authorLeon Timmermans <fawaka@gmail.com>
Wed, 21 May 2014 11:56:54 +0000 (13:56 +0200)
committerLeon Timmermans <fawaka@gmail.com>
Thu, 29 May 2014 13:01:50 +0000 (15:01 +0200)
commite5a8a0fbd70ee31a016b7cf1c4b8c07839c6cf97
treeb76deaf20debae69504ec40cb5e3dccb759b2992
parentc02d599bfd636e89753a6ed00b136798dc1661c3
Remove x2p

This removes find2perl, s2p and a2p from core. They have all been
released to CPAN as separate distributions.
28 files changed:
MANIFEST
Makefile.SH
Porting/exec-bit.txt
pod/perlutil.pod
t/x2p/find2perl.t [deleted file]
t/x2p/s2p.t [deleted file]
utils.lst
vms/descrip_mms.template
win32/Makefile
win32/makefile.mk
x2p/.gitignore [deleted file]
x2p/EXTERN.h [deleted file]
x2p/INTERN.h [deleted file]
x2p/Makefile.SH [deleted file]
x2p/a2p.c [deleted file]
x2p/a2p.h [deleted file]
x2p/a2p.pod [deleted file]
x2p/a2p.y [deleted file]
x2p/a2py.c [deleted file]
x2p/find2perl.PL [deleted file]
x2p/hash.c [deleted file]
x2p/hash.h [deleted file]
x2p/s2p.PL [deleted file]
x2p/str.c [deleted file]
x2p/str.h [deleted file]
x2p/util.c [deleted file]
x2p/util.h [deleted file]
x2p/walk.c [deleted file]