[Catalyst-commits] r12198 -
trunk/examples/CatalystAdvent/root/2009/pen
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Sun Dec 6 07:35:15 GMT 2009
Author: caelum
Date: 2009-12-06 07:35:14 +0000 (Sun, 06 Dec 2009)
New Revision: 12198
Modified:
trunk/examples/CatalystAdvent/root/2009/pen/running_cgis.pod
Log:
forgot one thing
Modified: trunk/examples/CatalystAdvent/root/2009/pen/running_cgis.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/running_cgis.pod 2009-12-06 07:08:42 UTC (rev 12197)
+++ trunk/examples/CatalystAdvent/root/2009/pen/running_cgis.pod 2009-12-06 07:35:14 UTC (rev 12198)
@@ -52,6 +52,15 @@
1;
+Tell Static::Simple to not ignore C<.html> files in C<WWWBoard.pm>:
+
+ __PACKAGE__->config(
+ name => 'WWWBoard',
+ static => {
+ ignore_extensions => [ 'tt' ],
+ },
+ );
+
Rewire some URLs to the files the CGI will generate in C<Controller/Root.pm>:
__PACKAGE__->config->{namespace} = '';
More information about the Catalyst-commits
mailing list