The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App::QuoteCC

0.06 2010-09-21 17:14:08

    - Stop using perl5i to avoid perl5i issue #99
      (http://github.com/schwern/perl5i/issues#issue/99)

      Maybe I'll give perl5i another shot once it's more stable. But
      for now I don't feel like chasing its bugs.

0.05 2010-06-23 13:49:48

    - Cleanup the tempdir() after we're done with it.

    - Be more pedantic about checking for curl/gcc due to cpantesters failures

0.04 2010-05-31 09:32:23

    - Add support for Lua output. The Lua output requires the Lua
      POSIX library.

0.03 2010-05-21 14:27:39

    - 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.

0.02 2010-05-19 13:44:22

    - Lots of changes, more docs, bugfixes, Perl backend and more

0.01 2010-05-17 23:32:52

    - Initial buggy version