Author: particle Date: 2009-02-05 03:32:49 +0100 (Thu, 05 Feb 2009) New Revision: 25201
Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] shortened ++DEBUGGER to ++BUG, which seems a better mnemonic then ++DEB. Modified: docs/Perl6/Spec/S19-commandline.pod =================================================================== --- docs/Perl6/Spec/S19-commandline.pod 2009-02-05 02:14:01 UTC (rev 25200) +++ docs/Perl6/Spec/S19-commandline.pod 2009-02-05 02:32:49 UTC (rev 25201) @@ -15,7 +15,7 @@ Maintainer: Jerry Gay <jerry....@rakudoconsulting.com> Date: 12 Dec 2008 Last Modified: 4 Feb 2009 - Version: 18 + Version: 19 This is a draft document. This document describes the command line interface. It has changed extensively from previous versions of Perl in order to increase @@ -153,7 +153,7 @@ =item -d, -dt, -d:foo, -D, etc. -Debugging commands. Replaced with the C<++DEBUGGER> metasyntactic option. +Debugging commands. Replaced with the C<++BUG> metasyntactic option. =item -E *line* @@ -421,15 +421,12 @@ {{TODO may create a ++DOC subsystem here. also, may use -d for short name, even though it clashes with perl 5}} -=item ++DEBUGGER [*switches*, *flags*] ++/DEBUGGER +=item ++BUG [*switches*, *flags*] ++/BUG -Set debugging switches and flags. +Set switches and flags for the debugger. -Note: This is speculative, for lack of a debugger specification. +Note: The debugger needs further specification. -=for consideration -[a bit unweildy for common use. ++DEB maybe? -law] - =item --execute, -e *line* Execute a single-line program. Multiple C<-e> options may be chained together, @@ -512,12 +509,12 @@ =item --version, -v Display program name, version, patchlevel, etc. Desugars to -C<++CMD -v ++/CMD ++PARSER -v ++/PARSER ++DEBUGGER -v ++/DEBUGGER>. +C<++CMD -v ++/CMD ++PARSER -v ++/PARSER ++BUG -v ++/BUG>. =item --verbose-config, -V Display configuration details. Desugars to -C<++CMD -V ++/CMD ++PARSER -V ++/PARSER ++DEBUGGER -V ++/DEBUGGER>. +C<++CMD -V ++/CMD ++PARSER -V ++/PARSER ++BUG -V ++/BUG>. =item --extract-from-text, -x @@ -540,7 +537,7 @@ variable. Standard in Perl 6 are three underlying components, C<CMD>, C<PARSER>, -and C<DEBUGGER>. Implementations may expose other components via this +and C<BUG>. Implementations may expose other components via this interface, so consult the documentation for your Perl 6 implementation. {{TODO more description and examples}}