You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/09/13 06:38:41 UTC

svn commit: r1170032 - /openejb/site/trunk/lib/path.pm

Author: dblevins
Date: Tue Sep 13 04:38:40 2011
New Revision: 1170032

URL: http://svn.apache.org/viewvc?rev=1170032&view=rev
Log:
add 'use' statement

Modified:
    openejb/site/trunk/lib/path.pm

Modified: openejb/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/openejb/site/trunk/lib/path.pm?rev=1170032&r1=1170031&r2=1170032&view=diff
==============================================================================
--- openejb/site/trunk/lib/path.pm (original)
+++ openejb/site/trunk/lib/path.pm Tue Sep 13 04:38:40 2011
@@ -1,6 +1,7 @@
 package path;
 use strict;
 use warnings;
+use ASF::Value;
 
 # The @patterns array is used to map filepaths to page treatments.  Each
 # element must be an arrayref with 3 elements of its own: a regex pattern for