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/19 02:50:14 UTC

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

Author: joes
Date: Wed Mar 19 01:50:14 2014
New Revision: 1579113

URL: http://svn.apache.org/r1579113
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=1579113&r1=1579112&r2=1579113&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Wed Mar 19 01:50:14 2014
@@ -26,7 +26,8 @@ our @patterns = (
 
 our $runners = 1; # maximize page memoization impact
 
-my @mdfiles;
+my @mdfiles; # basically grep s/^content//, glob "content/**/*.{md,mdtext}"
+             # if perl's glob was as smart as zsh's glob
 find({ wanted => sub {
            $File::Find::prune = 1, return if -d and m!\.page$!;
            if (/\.md(?:text)?$/) {