You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/07/15 19:31:05 UTC

svn commit: r1610767 - /roller/cmssite/trunk/lib/path.pm

Author: gmazza
Date: Tue Jul 15 17:31:05 2014
New Revision: 1610767

URL: http://svn.apache.org/r1610767
Log:
Another attempt at fixing scripts.

Modified:
    roller/cmssite/trunk/lib/path.pm

Modified: roller/cmssite/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/roller/cmssite/trunk/lib/path.pm?rev=1610767&r1=1610766&r2=1610767&view=diff
==============================================================================
--- roller/cmssite/trunk/lib/path.pm (original)
+++ roller/cmssite/trunk/lib/path.pm Tue Jul 15 17:31:05 2014
@@ -1,4 +1,7 @@
 package path;
+use strict;
+use warnings;
+use ASF::Value;
 
 # taken from django's url.py