X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=samples%2Fapp%2Fapp1%2Flib%2FApp1.pm;fp=samples%2Fapp%2Fapp1%2Flib%2FApp1.pm;h=b9eafbe5ba61b2fd32a5d4ac9e0c834a951e9e4b;hp=a86c1a00f2a46588660099821e4d01b0b3eaf47d;hb=fdecaac30a1168ed894c46d61b6c95524ec62a4e;hpb=febed4ec71f803b083c3e61b82b9464e9bfb0992 diff --git a/samples/app/app1/lib/App1.pm b/samples/app/app1/lib/App1.pm index a86c1a0..b9eafbe 100644 --- a/samples/app/app1/lib/App1.pm +++ b/samples/app/app1/lib/App1.pm @@ -26,11 +26,11 @@ sub post_navigate { ###----------------------------------------------------------------### -sub load_conf { 1 } # let configuration be read from a file +sub load_conf { 1 } sub conf_file { "$Bin/app1.yaml" } sub conf_validation { {path => {required => 1, max_values => 100}} } -sub allow_morph { 1 } # allow each step to be in a separate file +sub allow_morph { 1 } sub name_module { "" } # allow content files to be in /tt/ directory directly sub template_path { "$Bin/tt" }