Author: particle
Date: 2009-01-09 22:13:19 +0100 (Fri, 09 Jan 2009)
New Revision: 24847

Modified:
   docs/Perl6/Spec/S19-commandline.pod
Log:
[S19] add notes for further design review

Modified: docs/Perl6/Spec/S19-commandline.pod
===================================================================
--- docs/Perl6/Spec/S19-commandline.pod 2009-01-09 21:05:46 UTC (rev 24846)
+++ docs/Perl6/Spec/S19-commandline.pod 2009-01-09 21:13:19 UTC (rev 24847)
@@ -14,8 +14,8 @@
 
   Maintainer: Jerry Gay <jerry....@rakudoconsulting.com>
   Date: 12 Dec 2008
-  Last Modified: 8 Jan 2009
-  Version: 13
+  Last Modified: 9 Jan 2009
+  Version: 14
 
 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
@@ -215,7 +215,10 @@
 
 =back
 
+{{TODO for the removed Perl 5 options, address how the same functionality
+can be expressed with the command-line syntax}}
 
+
 =head1 Options and Values
 
 Command line options are parsed using the following rules:
@@ -402,6 +405,9 @@
 arguments passed to C<perl6>, and is available at C<CHECK> time, so
 C<dump_perldoc()> can respond to command-line options.
 
+{{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
 
 Set debugging switches and flags.

Reply via email to