You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/24 04:54:57 UTC

svn commit: r1580730 - /thrift/cms-site/trunk/lib/path.pm

Author: joes
Date: Mon Mar 24 03:54:57 2014
New Revision: 1580730

URL: http://svn.apache.org/r1580730
Log:
comment

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=1580730&r1=1580729&r2=1580730&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Mon Mar 24 03:54:57 2014
@@ -40,7 +40,7 @@ our %dependencies;
 walk_content_tree {
     if (/\.md(?:text)?$/ or m!/index\.html$!) {
         # basically grep s/^content//, glob("content/**/*.{md,mdtext}"),
-        #                              glob("content/**/index.html")
+        #                              glob("content/**/index.html");
         # if perl's glob was as smart as zsh's glob
         push @{$dependencies{"/sitemap.html"}}, $_;
     }