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/23 20:50:38 UTC

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

Author: joes
Date: Sun Mar 23 19:50:38 2014
New Revision: 1580583

URL: http://svn.apache.org/r1580583
Log:
comments

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=1580583&r1=1580582&r2=1580583&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Sun Mar 23 19:50:38 2014
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 my %thrift_args = (
-    conf       => Load(join "", <DATA>), # make config __DATA__ below available in conf argument
+    conf       => Load(join "", <DATA>), # make YAML __DATA__ below available in conf argument
     preprocess => 1,                     # generally enable template preprocessing of .md files
     repo       => 'thrift.git',          # set snippet default git repo
     template   => 'default.html',        # set common template argument (mainly for .md files)