Author: geoff Date: Fri Mar 11 09:44:31 2005 New Revision: 157122 URL: http://svn.apache.org/viewcvs?view=rev&rev=157122 Log: remove mp2doc - we shouldn't need it any more
Removed: perl/modperl/branches/apache2-rename-unstable/bin/mp2doc Modified: perl/modperl/branches/apache2-rename-unstable/Makefile.PL Modified: perl/modperl/branches/apache2-rename-unstable/Makefile.PL URL: http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/Makefile.PL?view=diff&r1=157121&r2=157122 ============================================================================== --- perl/modperl/branches/apache2-rename-unstable/Makefile.PL (original) +++ perl/modperl/branches/apache2-rename-unstable/Makefile.PL Fri Mar 11 09:44:31 2005 @@ -63,7 +63,7 @@ my @xs_h_files = map catfile("xs", $_), qw(modperl_xs_sv_convert.h modperl_xs_typedefs.h modperl_xs_util.h APR/PerlIO/modperl_apr_perlio.h); -my @exe_files = map "bin/$_", qw(mp2doc mp2bug); +my @exe_files = map "bin/$_", qw(mp2bug); ModPerl::BuildMM::WriteMakefile( NAME => 'mod_perl2',