[Bps-public-commit] dbix-searchbuilder branch, master, updated. 1.59-4-gdba1c6f
Shawn Moore
sartak at bestpractical.com
Tue May 3 15:16:58 EDT 2011
The branch, master has been updated
via dba1c6f7b069828761e101aef1463d1eb3c95175 (commit)
from e4450a1d1bf7e145a98b43266ea4ee0812ac0759 (commit)
Summary of changes:
t/00.load.t | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit dba1c6f7b069828761e101aef1463d1eb3c95175
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue May 3 15:16:34 2011 -0400
Remove a reference to our nonexistent memcached support
diff --git a/t/00.load.t b/t/00.load.t
index 7e700d5..cfc6dcb 100644
--- a/t/00.load.t
+++ b/t/00.load.t
@@ -20,11 +20,3 @@ BEGIN { use_ok("DBIx::SearchBuilder::Handle::SQLite"); }
BEGIN { use_ok("DBIx::SearchBuilder::Record"); }
BEGIN { use_ok("DBIx::SearchBuilder::Record::Cachable"); }
-# Commented out until ruslan sends code.
-#BEGIN {
-# SKIP: {
-# skip "Cache::Memcached is not installed", 1
-# unless eval { require Cache::Memcached };
-# use_ok("DBIx::SearchBuilder::Record::Memcached");
-# }
-#}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list