NAME
metaquote - Translate Charmonizer modules to C.
SYNOPSIS
$ ./bin/metaquote --out=/path/to/output_charm_dir \
> --src=/path/to/charmonizer/srcDESCRIPTION
The metaquote utility processes a directory of Charmonizer .harm/.charm source files, replacing METAQUOTE-delimited text with legal C double-quoted text and generating .h/.c files.
ARGUMENTS
- --out=DEST_DIR
- 
The directory where the extracted .c/.h Charmonizer module files will be written. 
- --src=SOURCE_DIR
- 
The Charmonizer source directory. 
COPYRIGHT & LICENSE
Copyright 2006-2009 Marvin Humphrey
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.