The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03 - 2010-05-21

  • Typo: ::Perl not ::C in App::QuoteCC::Output::Perl
  • Hack to make UTF-8 input work. Use Encode to mark strings as UTF-8 (why weren't they marked before?!), and use open, not File::Slurp to spit out files.

Documentation

Command-line interface App::QuoteCC

Modules

Take a quote file and emit a standalone program that spews a random quote
Read quotes from a fortune(1) file
Read quotes from a YAML file with YAML::XS
Emit quotes in C format
Emit quotes in Perl format
A role representing a App::QuoteCC input format
A role representing a App::QuoteCC output format