From: Norbert Buchmuller <norbi@nix.hu>
Date: Tue, 21 Jul 2009 15:06:05 +0000 (+0200)
Subject: Fixing what my svk client screwed up.
X-Git-Tag: v0.08109~69
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93b52b2cbc28311d35f8ad35e1ed55e7f0cdd41f;p=dbsrgits%2FDBIx-Class.git

Fixing what my svk client screwed up.
---

diff --git a/t/cdbi/testlib/DBIC/Test/SQLite.pm b/t/cdbi/testlib/DBIC/Test/SQLite.pm
index 449cb2b..3b17953 100644
--- a/t/cdbi/testlib/DBIC/Test/SQLite.pm
+++ b/t/cdbi/testlib/DBIC/Test/SQLite.pm
@@ -1,5 +1,5 @@
 package # hide from PAUSE
-    DBIx::Class::Test::SQLite;
+    DBIC::Test::SQLite;
 
 =head1 NAME