[prev] [thread] [next] [lurker] [Date index for 2003/12/18]
Author: gabor
Date: 2003-12-18 20:47:30 +0200 (Thu, 18 Dec 2003)
New Revision: 128
Modified:
yapcom/trunk/t/lib/YAPC/Test.pm
Log:
testing did not work for 0.11 without this change
Modified: yapcom/trunk/t/lib/YAPC/Test.pm
===================================================================
--- yapcom/trunk/t/lib/YAPC/Test.pm 2003-12-18 18:46:39 UTC (rev 127)
+++ yapcom/trunk/t/lib/YAPC/Test.pm 2003-12-18 18:47:30 UTC (rev 128)
@@ -18,7 +18,9 @@
#$YAPC::Config::ARCHIVE = 't/root/archive';
#$YAPC::Config::LOG_PATH = 't/temp_error';
- $YAPC::Config::templates_dir = cwd . "/templates";
+ my $dir = cwd;
+ $YAPC::Config::templates_dir = "$dir/templates";
+ $YAPC::Config::db_dir = "$dir/db";
}
use YAPC::DBI;
Generated at 21:40 on 18 Dec 2003 by mariachi 0.52