[svk-commit] r2316 - trunk/lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Thu Mar 8 09:26:30 EST 2007


Author: clkao
Date: Thu Mar  8 09:26:29 2007
New Revision: 2316

Modified:
   trunk/lib/SVK/Path.pm

Log:
r2314 has a require line accidentally removed.

Modified: trunk/lib/SVK/Path.pm
==============================================================================
--- trunk/lib/SVK/Path.pm	(original)
+++ trunk/lib/SVK/Path.pm	Thu Mar  8 09:26:29 2007
@@ -59,6 +59,7 @@
 
 use SVK::Logger;
 use SVK::Depot;
+use SVK::Root;
 use base 'SVK::Accessor';
 
 __PACKAGE__->mk_shared_accessors


More information about the svk-commit mailing list