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/18 23:25:15 UTC

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

Author: joes
Date: Tue Mar 18 22:25:14 2014
New Revision: 1579077

URL: http://svn.apache.org/r1579077
Log:
reorder

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=1579077&r1=1579076&r2=1579077&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 18 22:25:14 2014
@@ -6,7 +6,6 @@ use strict;
 use warnings;
 
 my $conf = Load(join "", <DATA>);
-our $runners = 1; # maximize memoization impact
 
 our @patterns = (
     [qr!^/docs\.md(?:text)?$!, deps_wrapper => {
@@ -25,6 +24,8 @@ our @patterns = (
     }],
 );
 
+our $runners = 1; # maximize page memoization impact
+
 my @mdfiles;
 find({ wanted => sub {
            $File::Find::prune = 1, return if -d and m!\.page$!;