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 15:38:22 UTC

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

Author: joes
Date: Tue Mar 18 14:38:22 2014
New Revision: 1578927

URL: http://svn.apache.org/r1578927
Log:
hygiene

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=1578927&r1=1578926&r2=1578927&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 18 14:38:22 2014
@@ -2,6 +2,8 @@ package path;
 use YAML::XS;
 use File::Find;
 use Cwd;
+use strict;
+use warnings;
 
 my @mdfiles;
 find({ wanted => sub {