The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.05 - 2008-09-27

  • Added cgiapp_starter script thanks to Mark Stosberg <mark@summersault.com>
  • Building with Module::Install and ExtUtils::MakeMaker should work properly now.
  • Added some tests so we can check if the modules we are building are actually complete.
  • Removed cvsignore from the default templates.
  • Generated distributions will now include a CGI::Application::Server script to use as a development server.
  • Generated distributions no longer require Test::Builder.
  • Added a set of templates that use Titanium instead of CGI::Application. Also added titanium-starter which works like cgiapp-starter but uses the Titanium templates.

Documentation

creates a skeleton CGI::Application project
creates a skeleton Titanium project