Revision history for Module-Starter-Plugin-CGIApp
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 <leapingfrog@yahoo.com>
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
<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.
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.