Changes for version 2.04 - 2006-07-10
- Allow for items not in group order to get added to validation correctly in CGI::Ex::Validate.
- Add samples/index.cgi
- Fix samples/app/cgi_ex_* to actually work.
- Added CGI::Ex::JSONDump
- Change Validate to use JSONDump instaed of JSON
- Various perldoc and other bug fixes.
- Removed CGI-Ex.spec - use cpan2rpm or cpan2deb instead.
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 - Fast and lightweight TT2/3 template 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::Template::EvalPerlHandle in lib/CGI/Ex/Template.pm
- CGI::Ex::Template::Exception in lib/CGI/Ex/Template.pm
- CGI::Ex::Template::Iterator in lib/CGI/Ex/Template.pm
- CGI::Ex::Template::Perl in lib/CGI/Ex/Template.pm
- CGI::Ex::Template::_Context in lib/CGI/Ex/Template.pm
- CGI::Ex::Template::_Stash in lib/CGI/Ex/Template.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_method_calling.pl
- samples/benchmark/bench_optree.pl [pod]
- samples/benchmark/bench_template.pl [pod]
- samples/benchmark/bench_template_tag_parser.pl
- samples/benchmark/bench_validation.pl
- samples/benchmark/bench_various_templaters.pl [pod]
- samples/conf_path_1/apples.pl
- samples/conf_path_1/oranges.pl
- samples/conf_path_3/apples.pl
- samples/conf_path_3/oranges.pl
- samples/devel/dprof_conf.d
- samples/devel/dprof_template.d
- samples/devel/dprof_validation.d
- samples/generate_js.pl
- samples/html1.htm
- samples/html2.htm
- samples/index.cgi
- samples/js_validate_1.html
- samples/js_validate_2.html
- samples/js_validate_3.html
- samples/memory_template.pl
- samples/perl1.pl
- samples/perl2.pl
- samples/yaml1.val
- samples/yaml2.val
- samples/yaml3.val
- samples/yaml_js_1.html
- samples/yaml_js_2.html
- samples/yaml_js_3.html
- samples/yaml_js_4.html