[Module-build-checkins] Module-Build/lib/Module/Build Authoring.pod,1.16,1.17 Cookbook.pm,1.15,1.16
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-11-03 01:08:39
|
Update of /cvsroot/module-build/Module-Build/lib/Module/Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2806/lib/Module/Build Modified Files: Authoring.pod Cookbook.pm Log Message: Alter documentation to reflect support for PREFIX-style install paths. Index: Cookbook.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Cookbook.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Cookbook.pm 1 Nov 2005 09:58:37 -0000 1.15 +++ Cookbook.pm 3 Nov 2005 01:08:31 -0000 1.16 @@ -245,7 +245,7 @@ F<script/>, F<bindoc/>, F<libdoc/>, and F<html/> (some of these may be missing or empty if there's nothing to go in them). Anything copied to these directories during the build will eventually be installed -during the C<install> action (see L<Module::Build/"How Installation Paths are Determined">. +during the C<install> action (see L<Module::Build/"INSTALL PATHS">. If you need to create a new type of installable element, e.g. C<conf>, then you need to tell Module::Build where things in F<blib/conf/> Index: Authoring.pod =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Authoring.pod,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Authoring.pod 1 Nov 2005 09:58:37 -0000 1.16 +++ Authoring.pod 3 Nov 2005 01:08:31 -0000 1.17 @@ -389,7 +389,7 @@ Determines where files are installed within the normal perl hierarchy as determined by F<Config.pm>. Valid values are: C<core>, C<site>, C<vendor>. The default is C<site>. See -L<Module::Build/"How Installation Paths are Determined"> +L<Module::Build/"INSTALL PATHS"> =item license |