Move Object::Accessor from lib/ to ext/
[p5sagit/p5-mst-13.2.git] / ext / I18N-Langinfo / Makefile.PL
index b307aca..eace265 100644 (file)
@@ -12,7 +12,6 @@ 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
     realclean => {FILES=> 'const-c.inc const-xs.inc'},
        # Un-comment this if you add C files to link with later:
     # 'OBJECT'         => '$(O_FILES)', # link all the C files too