X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=MANIFEST;h=fdebb94219a68bfed11be88717165963370ec656;hp=a9184f990e29a24836cc8681f672b82fb9c85f98;hb=HEAD;hpb=490b94ab4051adf93abf16a4ed34efb923d6e8fc diff --git a/MANIFEST b/MANIFEST index a9184f9..fdebb94 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,6 +1,7 @@ Changes lib/CGI/Ex.pm lib/CGI/Ex/App.pm +lib/CGI/Ex/App/Constants.pm lib/CGI/Ex/App.pod lib/CGI/Ex/Auth.pm lib/CGI/Ex/Conf.pm @@ -13,12 +14,30 @@ lib/CGI/Ex/sha1.js lib/CGI/Ex/Template.pm lib/CGI/Ex/validate.js lib/CGI/Ex/Validate.pm +lib/CGI/Ex/Validate.pod lib/CGI/Ex/yaml_load.js +lib/CGI/Ex/App/PSGI.pm Makefile.PL MANIFEST MANIFEST.SKIP META.yml README +samples/app/app1/app1.pl +samples/app/app1/app1.yaml +samples/app/app1/INSTALL +samples/app/app1/js.pl +samples/app/app1/lib/App1.pm +samples/app/app1/lib/App1/CustInfo.pm +samples/app/app1/lib/App1/DoBill.pm +samples/app/app1/lib/App1/PickDomain.pm +samples/app/app1/lib/App1/PickDomainAlternate.pm +samples/app/app1/lib/App1/Thankyou.pm +samples/app/app1/tt/cust_info.html +samples/app/app1/tt/footer.tt +samples/app/app1/tt/header.tt +samples/app/app1/tt/pick_domain.html +samples/app/app1/tt/pick_domain_alternate.html +samples/app/app1/tt/thankyou.html samples/app/cgi_ex_1.cgi samples/app/cgi_ex_2.cgi samples/benchmark/bench_auth.pl