Author: joes
Date: Sat Mar 22 19:51:34 2014
New Revision: 1580303
URL: http://svn.apache.org/r1580303
Log:
test
Modified:
thrift/cms-site/trunk/lib/path.pm
Modified: thrift/cms-site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1580303&r1=1580302&r2=1580303&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sat Mar 22 19:51:34 2014
@@ -6,16 +6,16 @@ use warnings;
my $conf = Load join "", <DATA>;
our @patterns = (
- [qr!^/sitemap\.html$!, sitemap => {
+ [qr!^/sitemap\.html$!, my_sitemap => {
conf => $conf,
headers => { title => "Sitemap" },
nest => 1,
}],
- [qr!/index\.html$!, sitemap => {
+ [qr!/index\.html$!, my_sitemap => {
conf => $conf,
headers => { title => "Index" }, # "Index" is magical here
}],
- [qr/\.md(?:text)?$/, memoize => {
+ [qr/\.md(?:text)?$/, my_memoize => {
view => [qw/snippet single_narrative/],
conf => $conf,
template => 'default.html',
@@ -23,8 +23,6 @@ our @patterns = (
}],
);
-our $runners = 2;
-
our %dependencies;
walk_content_tree {