perl Build.PL --install_path libdoc=DIR --install_path bindoc=DIR
http://search.cpan.org/perldoc?Module::BuildMissinterpretiere ich leere bindoc bzw. libdoc als Nichtgenerierung?This will generate documentation (e.g. Unix man pages and HTML documents) for any installable items under blib/ that contain POD. If there are no bindoc or libdoc installation targets defined (as will be the case on systems that don't support Unix manpages) no action is taken for manpages. If there are no binhtml or libhtml installation targets defined no action is taken for HTML documents.
Quotemanpages
[version 0.28]
This will generate man pages for any binary or library files under
blib/ that contain POD. The man pages will only be installed if the
install paths can be determined from values in "Config.pm". .....
# Process pod files first
2012-03-01T15:05:59 fsIch möchte bei der Installation eines Moduls die Installation der Manpages unterdrücken, sowohl für Packages (libdoc) als auch für Programme (bindoc). Mit
Code: (dl )perl Build.PL --install_path libdoc=DIR --install_path bindoc=DIR
kann ich in ein Verzeichnis DIR installieren, aber wie erreiche ich, dass nicht installiert wird?