Revision history for Module-Starter-Plugin-CGIApp 0.10 Thu Jan 15 21:12:55 EST 2009 Added a placeholder file in t/www in generated distributions as the empty directory was causing error messages. More build fixes for Windows. I think I actually have got it right this time. One problem remains. Tests will fail if the directory path to where you have unpacked the module has spaces anywhere in it. What's up with that? Ensured that MANIFEST in generated distributions always uses / as the directory seperator regardless of operating system. Added some entries to MANIFEST.SKIP in generated distributions to stop the signature test from failing under Windows. Thanks to Ron Savage and Cosimo Streppone from the cgiapp list and ikegami, cdarke, and andreas1234567 on Perl Monks for their help in solving Windows issues. 0.08 Fri Jan 9 18:24:07 EST 2009 This version just has changes to the build process which hopefully will make it work better under Windows. 0.07 Mon Jan 5 17:24:30 EST 2009 No longer build depends on Test::Builder. By popular demand, templates use $self instead of $c. Distributions now include a directory, t/www for static files. server.pl has been updated to use it. Some fixes to tests so the module will build correctly on Windows thanks to David Scott Some extra documentation for building on Windows added. HELP WANTED: despite my best efforts, I am not sure this module is working correctly under Windows. If you find problems, please submit a bug report, or even better, a fix. 0.05 Thu Sep 18 22:24:00 EDT 2008 Added cgiapp_starter script thanks to Mark Stosberg 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. 0.01 Sun Mar 23 02:18:51 EDT 2008 First version, released on an unsuspecting world. Creating modules that use ExtUtils::MakeMaker or Module::Install is probably buggy. Please send bug reports and patches.