Author: bernhard
Date: Sun Jan 15 06:16:31 2006
New Revision: 11190

Modified:
   trunk/examples/library/getopt_demo.pir
Log:
Remove obsolete comment.


Modified: trunk/examples/library/getopt_demo.pir
==============================================================================
--- trunk/examples/library/getopt_demo.pir      (original)
+++ trunk/examples/library/getopt_demo.pir      Sun Jan 15 06:16:31 2006
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-examples/library/getopt_demo.pir - demonstrating library/Getopt/Obj.pir
+examples/library/getopt_demo.pir - demonstrating use of the module 
Getopt/Obj.pir
 
 =head1 SYNOPSIS
 
@@ -51,9 +51,6 @@ This is executed when you call F<getopt_
   # --integer, integer
   push getopts, "integer=i"
 
-  # Make a copy of argv, because this can easier be handled in get_options
-  # TODO: eliminate need for copy
-
   .local pmc opt
   opt = getopts."get_options"(argv)
 

Reply via email to