[Module-build-checkins] Module-Build/lib/Module Build.pm,1.170,1.171
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2004-12-06 13:38:20
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16722/lib/Module Modified Files: Build.pm Log Message: Split documentation into user and author documents. This change is purely structural; no content has been changed. Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.170 retrieving revision 1.171 diff -C2 -d -r1.170 -r1.171 *** Build.pm 18 Nov 2004 01:18:19 -0000 1.170 --- Build.pm 6 Dec 2004 13:38:08 -0000 1.171 *************** *** 100,107 **** Module::Build - Build and install Perl modules =head1 SYNOPSIS Standard process for building & installing modules: ! perl Build.PL ./Build --- 100,108 ---- Module::Build - Build and install Perl modules [...1705 lines suppressed...] *************** *** 1914,1920 **** details of how to access it. =head1 SEE ALSO ! perl(1), Module::Build::Cookbook(3), ExtUtils::MakeMaker(3), YAML(3) http://www.dsmit.com/cons/ --- 752,760 ---- details of how to access it. + =head1 SEE ALSO ! perl(1), Module::Build::Cookbook(3), Module::Build::Authoring(3), ! ExtUtils::MakeMaker(3), YAML(3) http://www.dsmit.com/cons/ |