Revision history for SweetPea 2.00 8/28/2009 11:48 PM EST Refactored to use CGI only. Added makeapp method to create application structure dynamically. Added ability to auto-initialize controllers so that initialization (the _new method) happens dynamically. 2.01 8/31/2009 1:24 AM EST Fixed CGI::Session auto-initialization via the plug. Around line 136. 2.02 9/1/2009 6:46 AM EST Added method to alter the applications content-type. Changing the permissions for generated App.pm files to mode (755). 2.03 9/1/2009 9:00 AM EST Fixed POD 2.06 9/10/2009 12:12PM EST Fixed POD. Added url/uri methods/corrections. Added unplug method to re-initialize plugin accessors. Install requires CGI::Session. 2.13 9/13/2009 12:12PM EST Rewrote entire POD for SweetPea. 2.14 9/18/2009 4:47AM EST Fixed bug with path method, added redirect method. 2.16 9/20/2009 0:00XX EST Change how application structure is generated. Updated plugins method. Added makectrl, makemodl, and makeview as additional helper methods. 2.17 9/20/2009 8:18PM EST Fixed critical session creation bug. 2.18 9/21/2009 9:07AM EST Fixed foward, detach, redirect, makemodl, makectrl, makeview, and makefile methods. 2.19 9/21/2009 4:30PM EST Fixed critical session creation routine in the start and _plugins methods. Added flash and request_method methods. 2.25 10/01/2009 1:23AM EST Added routes with params support Global params method, accesses session, get and post params Session auto-flush on flash Updated POD 2.30 10/4/2009 10:54AM EST Added various tests Changed output method Fixed debug method SweetPea get a helper/builder Generate a console debugging tool with app 2.31 10/5/2009 11:15AM EST Fixed builder (so cpan won't cache embedded code) 2.32 10/5/2009 2:42PM EST Fixed unix file permissions on generated files (set all 755) Moved default sessions directory to tmp folder unless local_session flag is set 2.32 10/6/2009 8:30PM EST Fixed problem with multiple inline url params Fixed url routing with wildcard Added upload, force_download and file methods Added POD 2.33 10/10/2009 8:30PM EST Completed refactored routing mechanism Renamed force_download to push_download .t test script file no longer generated .pl dispatcher file merged with .t test script 2.3664 Sun Dec 27 21:28:18 2009 Fixed local session configuration Add POD Documents