From 0665918ffddc962cb92a35dea741be5562a7954b Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Thu, 25 Oct 2001 05:56:57 -0400 Subject: Omit needless calls to pod2man (perl@12641) Message-ID: p4raw-id: //depot/perl@12644 --- ext/I18N/Langinfo/Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/I18N/Langinfo') diff --git a/ext/I18N/Langinfo/Makefile.PL b/ext/I18N/Langinfo/Makefile.PL index 2c211ccc87..5015fce5ea 100644 --- a/ext/I18N/Langinfo/Makefile.PL +++ b/ext/I18N/Langinfo/Makefile.PL @@ -12,6 +12,7 @@ WriteMakefile( 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' # Insert -I. if you add *.h files later: 'INC' => '', # e.g., '-I/usr/include/other' + 'MAN3PODS' => {}, # Pods will be built by installman # Without this the constants xs files are spotted, and cause rules to be # added to delete the similarly named C files, which isn't what we want. XS => {'Langinfo.xs' => 'Langinfo.c'}, -- cgit v1.2.1