[Rt-commit] r5766 - in Test-Chimps/trunk: .
zev at bestpractical.com
zev at bestpractical.com
Sun Aug 13 14:46:03 EDT 2006
Author: zev
Date: Sun Aug 13 14:46:01 2006
New Revision: 5766
Modified:
Test-Chimps/trunk/ (props changed)
Test-Chimps/trunk/lib/Test/Chimps/Server.pm
Log:
r12726 at truegrounds: zev | 2006-08-13 14:40:20 -0400
* fixed compilation error
Modified: Test-Chimps/trunk/lib/Test/Chimps/Server.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps/Server.pm (original)
+++ Test-Chimps/trunk/lib/Test/Chimps/Server.pm Sun Aug 13 14:46:01 2006
@@ -230,7 +230,7 @@
mkpath($dbdir);
}
- my $dbname = File::Spec->catfile(dbdir,
+ my $dbname = File::Spec->catfile($dbdir,
$self->database_file);
$self->{handle} = Jifty::DBI::Handle->new();
More information about the Rt-commit
mailing list