]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - samples/app/app1/lib/App1.pm
CGI::Ex 2.32
[chaz/p5-CGI-Ex] / samples / app / app1 / lib / App1.pm
index a86c1a00f2a46588660099821e4d01b0b3eaf47d..b9eafbe5ba61b2fd32a5d4ac9e0c834a951e9e4b 100644 (file)
@@ -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" }
This page took 0.018758 seconds and 4 git commands to generate.