Changes for version 2.15
- 2007-06-20
- Fix some warning issues with the Recipe sample in App
- Cleanup require_auth interface in App (you will want to double check if you have overwritten require_auth in your application to make sure your implementation is still compatible)
- Require latest Template::Alloy
Modules
- CGI::Ex - CGI utility suite - makes powerful application writing fun and easy
- CGI::Ex::App - Anti-framework application framework.
- CGI::Ex::Auth - Handle logins nicely.
- CGI::Ex::Conf - Conf Reader/Writer for many different data format types
- CGI::Ex::Die - A CGI::Carp::FatalsToBrowser type utility.
- CGI::Ex::Dump - A debug utility
- CGI::Ex::Fill - Fast but compliant regex based form filler
- CGI::Ex::JSONDump - Comprehensive data to JSON dump.
- CGI::Ex::Template - Template::Alloy based TT2/TT3/HT/HTE/Tmpl/Velocity engine.
- CGI::Ex::Validate - another form validator - but it does javascript in parallel
Provides
- CGI::Ex::Auth::Data in lib/CGI/Ex/Auth.pm
- CGI::Ex::Validate::Error in lib/CGI/Ex/Validate.pm
Examples
- samples/app/cgi_ex_1.cgi
- samples/app/cgi_ex_2.cgi
- samples/benchmark/bench_auth.pl [pod]
- samples/benchmark/bench_cgix_hfif.pl
- samples/benchmark/bench_conf_readers.pl
- samples/benchmark/bench_conf_writers.pl
- samples/benchmark/bench_jsondump.pl
- samples/benchmark/bench_validation.pl
- samples/devel/dprof_conf.d
- samples/devel/dprof_validation.d
- samples/generate_js.pl
- samples/index.cgi
- samples/js_validate_1.html
- samples/js_validate_2.html
- samples/js_validate_3.html
- samples/yaml_js_1.html
- samples/yaml_js_2.html
- samples/yaml_js_3.html
- samples/yaml_js_4.html