X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FDB_File%2FMakefile.PL;h=1a13e0bbd8eea8fcceccbc1e6c263d15ba70856a;hb=69158f75613eae787b94b6b4c3c353cf740e0e09;hp=dbe19f1774acb1bf8f4eb74e9984b09ba13b5a85;hpb=33b8ce059bff80913058d8738ead1314953634ba;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/DB_File/Makefile.PL b/ext/DB_File/Makefile.PL index dbe19f1..1a13e0b 100644 --- a/ext/DB_File/Makefile.PL +++ b/ext/DB_File/Makefile.PL @@ -11,7 +11,7 @@ $LIB = "-llibdb" if $^O eq 'MSWin32' ; WriteMakefile( NAME => 'DB_File', LIBS => ["-L/usr/local/lib $LIB"], - MAN3PODS => ' ', # Pods will be built by installman. + MAN3PODS => {}, # Pods will be built by installman. #INC => '-I/usr/local/include', VERSION_FROM => 'DB_File.pm', XSPROTOARG => '-noprototypes',