The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Apache2::WebApp::Toolkit

0.01 Thu Oct 15 04:45:19 2009
    - original version; created by ExtUtils::ModuleMaker 0.51

0.02 Thu Nov 05 20:27:37 2009
0.10 
    - PAUSE indexer issues.  Fixed META.yml so that this should not happen again.
    - Fixed ._ issue with my PAUSE uploads.  Damn you tar on OSX!!

0.11 Sat Nov 07 14:57:12 2009
    - Added missing plugin directories.
    - Added LoadModule directives - mod_perl/mod_apreq2
    - Added <ifModule !> directives to prerequisites to prevent LoadModule conflicts.
    - Minor POD updates.

0.12 Sat Nov 07 15:35:12 2009
    - No changes.  PAUSE indexer issues.

0.13 Fri Nov 13 02:12:26 2009

  Apache2::WebApp::Base
    - Fixed several bugs in error() handling.
    - Added missing parameter (optional => 1)
    - Updated the message output to include the caller ClassName

  Apache2::WebApp::Helper::Class
    - Renamed 'class_name' and 'subclass' CLI script options.

  Apache2::WebApp::Helper::Kickstart
    - Updated the Apache start/stop process to include restart capabilites.

  Apache2::WebApp::Helper::Project
    - Added regex to strip trailing / in 'apache_doc_root'
    - Fixed 'project_title' case formatting issue.

0.14 Sun Nov 29 21:46:11 2009

  Apache2::WebApp
    - Refactored the dispatch() code.  Fixed translation method to map URI requests to camelled class names.

  Apache2::WebApp::Helper::Class
    - Added Regex to exclude the project_title when writing template files.

  Apache2::WebApp::Helper::Project
    - Fixed project_title cameling issue.