[Module-build-checkins] Module-Build/lib/Module Build.pm,1.199,1.200
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-11-17 01:33:42
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv733/lib/Module Modified Files: Build.pm Log Message: Small edits to doc doc Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.199 retrieving revision 1.200 diff -u -d -r1.199 -r1.200 --- Build.pm 16 Nov 2005 05:44:13 -0000 1.199 +++ Build.pm 17 Nov 2005 01:33:29 -0000 1.200 @@ -162,7 +162,7 @@ =item General Usage (L<Module::Build>) -This is the document your are currently reading. It describes basic +This is the document you are currently reading. It describes basic usage and background information. Its main purpose is to assist the user who wants to learn how to invoke and control C<Module::Build> scripts at the command line. @@ -170,7 +170,8 @@ =item Authoring Reference (L<Module::Build::Authoring>) This document describes the C<Module::Build> API for authors who are -writting F<Build.PL> scripts for a distribution. It describes the +writing F<Build.PL> scripts for a distribution or controlling +C<Module::Build> processes programmatically. It describes the methods available as well as providing general information on subclassing C<Module::Build> to alter and extend its behavior. Also, there is a section on controlling the Build process from other |