Author: pmichaud
Date: Fri May 9 14:04:07 2008
New Revision: 27399
Modified:
trunk/languages/perl6/perl6.pir
Log:
[rakudo]:
* Removed '--combine' and '--each' arguments from Rakudo's command
line processing, as they aren't useful for Perl 6.
Modified: trunk/languages/perl6/perl6.pir
==============================================================================
--- trunk/languages/perl6/perl6.pir (original)
+++ trunk/languages/perl6/perl6.pir Fri May 9 14:04:07 2008
@@ -48,7 +48,7 @@
setattribute self, '@stages', $P0
## set the command line options
- $P0 = split ' ', 'c e=s help|h target=s trace|t=s encoding=s output|o=s
combine each version|v'
+ $P0 = split ' ', 'c e=s help|h target=s trace|t=s encoding=s output|o=s
version|v'
setattribute self, '@cmdoptions', $P0
## set the $usage attribute