X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=MANIFEST;h=7b6ac03fbbdfc4bf017e497b3453df43c5fca531;hp=177b5f45092ee562138d54ac29f846379870c833;hb=6c57b3331d84010b9e2031f8e3c8937c3117e8fc;hpb=85070b46d0a93ddbeef07341421adb8389a55418 diff --git a/MANIFEST b/MANIFEST index 177b5f4..7b6ac03 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,39 +1,60 @@ -CGI-Ex.spec Changes lib/CGI/Ex.pm lib/CGI/Ex/App.pm +lib/CGI/Ex/App.pod lib/CGI/Ex/Auth.pm lib/CGI/Ex/Conf.pm lib/CGI/Ex/Die.pm lib/CGI/Ex/Dump.pm lib/CGI/Ex/Fill.pm +lib/CGI/Ex/JSONDump.pm lib/CGI/Ex/md5.js lib/CGI/Ex/sha1.js lib/CGI/Ex/Template.pm +lib/CGI/Ex/Template.pod lib/CGI/Ex/validate.js lib/CGI/Ex/Validate.pm lib/CGI/Ex/yaml_load.js Makefile.PL -MANIFEST This list of files +MANIFEST MANIFEST.SKIP -META.yml Module meta-data (added by MakeMaker) +META.yml README +samples/app/cgi_ex_1.cgi +samples/app/cgi_ex_2.cgi +samples/benchmark/bench_auth.pl +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_operator_storage.pl +samples/benchmark/bench_optree.pl +samples/benchmark/bench_template.pl +samples/benchmark/bench_template_tag_parser.pl +samples/benchmark/bench_validation.pl +samples/benchmark/bench_various_templaters.pl +samples/benchmark/bench_various_templaters.pl.out +samples/devel/dprof_conf.d +samples/devel/dprof_template.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/memory_template.pl +samples/yaml_js_1.html +samples/yaml_js_2.html +samples/yaml_js_3.html +samples/yaml_js_4.html t/0_ex_00_base.t -t/0_ex_01_swap.t t/1_validate_00_base.t -t/1_validate_01_form.t -t/1_validate_02_form_fail.t t/1_validate_03_cgi.t -t/1_validate_04_cgi_fail.t t/1_validate_05_types.t -t/1_validate_06_groups.t t/1_validate_07_yaml.t -t/1_validate_08_yaml_file.t -t/1_validate_09_perl_file.t -t/1_validate_10_storable_file.t t/1_validate_11_no_extra.t t/1_validate_12_change.t -t/1_validate_13_html_file.t t/1_validate_14_untaint.t t/2_fill_00_base.t t/2_fill_01_form.t @@ -50,40 +71,17 @@ t/2_fill_11_target.t t/2_fill_12_mult.t t/2_fill_13_warning.t t/2_fill_14_password.t -t/2_fill_15_multiple_fields.t t/2_fill_16_ignore_fields.t t/2_fill_17_xhtml.t t/2_fill_18_coderef.t t/2_fill_19_complex.t t/2_fill_20_switcharoo.t t/3_conf_00_base.t -t/3_conf_01_write.t t/4_app_00_base.t t/5_dump_00_base.t t/6_die_00_base.t -t/samples/bench_cgix_hfif.pl -t/samples/bench_conf_readers.pl -t/samples/bench_conf_writers.pl -t/samples/bench_method_calling.pl -t/samples/cgi_ex_1.cgi -t/samples/cgi_ex_2.cgi -t/samples/conf_path_1/apples.pl -t/samples/conf_path_1/oranges.pl -t/samples/conf_path_3/apples.pl -t/samples/conf_path_3/oranges.pl -t/samples/generate_js.pl -t/samples/html1.htm -t/samples/html2.htm -t/samples/js_validate_1.html -t/samples/js_validate_2.html -t/samples/js_validate_3.html -t/samples/perl1.pl -t/samples/perl2.pl -t/samples/storable1.storable -t/samples/yaml1.val -t/samples/yaml2.val -t/samples/yaml3.val -t/samples/yaml_js_1.html -t/samples/yaml_js_2.html -t/samples/yaml_js_3.html -t/samples/yaml_js_4.html +t/7_template_00_base.t +t/7_template_01_includes.t +t/7_template_02_view.t +t/8_auth_00_base.t +t/9_jsondump_00_base.t