Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32185
Modified Files:
Build.PL Changes
Log Message:
Move some code examples from the Module::Build module documentation to Module::Build::Authoring.
Attempt to add more consistency across all documents (while trying to maintain Ken's style):
* Use consistent two space indentation for verbatim paragraphs.
* Add some consistency to example code: variable & module names; indentation; etc
* Use consistent commandline syntax: "./Build" rather than "perl Build" or "Build"; and use long option style for most options.
* Use standard quoting for various URI, email addresses.
* Misc. pod formatting.
Index: Build.PL
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Build.PL,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Build.PL 30 Nov 2005 10:47:33 -0000 1.61
+++ Build.PL 2 Dec 2005 12:12:21 -0000 1.62
@@ -17,7 +17,7 @@
my $build = new ModuleBuildBuilder
(
- module_name => 'Module::Build',
+ module_name => 'Module::Build',
license => 'perl',
requires => {
'perl' => '5.005_03',
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -d -r1.402 -r1.403
--- Changes 1 Dec 2005 02:11:06 -0000 1.402
+++ Changes 2 Dec 2005 12:12:21 -0000 1.403
@@ -47,7 +47,7 @@
setting of 'NONE' tells Module::Build not to load any user settings,
so tests can be run without tainting from user options.
- - Documented and improved reliminary support for more Getopt::Long
+ - Documented and improved preliminary support for more Getopt::Long
style options are supported, including boolean options (--verbose,
--no-verbose), and use of hyphens in option names in addition to
underscores.
|