Skip to content

Commit

Permalink
Allow 'dumper' option to pick dump style.
Browse files Browse the repository at this point in the history
Bump PARROT_REVISION.
  • Loading branch information
pmichaud committed Apr 19, 2009
1 parent df86625 commit 4a11dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/PARROT_REVISION
@@ -1 +1 @@
38200
38208
2 changes: 1 addition & 1 deletion perl6.pir
Expand Up @@ -43,7 +43,7 @@ Creates the Perl 6 compiler by subclassing a C<PCT::HLLCompiler> object.
setattribute perl6, '@stages', $P0
## set the command line options
$P0 = split ' ', 'c e=s help|h target=s trace|t=s encoding=s output|o=s version|v'
$P0 = split ' ', 'c e=s help|h target=s dumper=s trace|t=s encoding=s output|o=s version|v'
setattribute perl6, '@cmdoptions', $P0
## set the $usage attribute
Expand Down

0 comments on commit 4a11dd5

Please sign in to comment.