X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FXS-APItest%2FMakefile.PL;h=10ce8774ad8fe7392be9dfa236d2d4c352fecf8a;hb=51a27c589a9ebb52028180274895e08bd9c273e1;hp=59d35c937bfc8ccc6b6196ec134cb944febb1796;hpb=4455f5a6814020ed04d0755a167c698a958bdbe7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/XS-APItest/Makefile.PL b/ext/XS-APItest/Makefile.PL index 59d35c9..10ce877 100644 --- a/ext/XS-APItest/Makefile.PL +++ b/ext/XS-APItest/Makefile.PL @@ -17,7 +17,6 @@ WriteMakefile( 'INC' => '-I.', # e.g., '-I. -I/usr/include/other' # Un-comment this if you add C files to link with later: # 'OBJECT' => '$(O_FILES)', # link all the C files too - MAN3PODS => {}, # Pods will be built by installman. realclean => {FILES => 'const-c.inc const-xs.inc'}, );