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.20 - 2010-02-28

  • t/test-app.t in generated dists now passes an object to $mech->app to match what is done is server.pl
  • Tests in generated dists now follow Test::XT recommendations.
  • If the license of a generated dist is 'perl', the license blurb in the module and README explicitly mentions GPL+Artistic instead of just 'same as perl'. A LICENSE file is added to the dist where you can put the license terms.
  • Hopefully the problem with Build mistakenly trying to run the Makefile.PLs from templates is resolved.
  • Revamped test suite should be more comprehensive than before. In line with Test::XT recommendations, test relevant to the author only, will be skipped unless envvar RELEASE_TESTING=1. See README.

Documentation

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