Jesse's turn to forget the svk add, I do believe
Matt S Trout [Sat, 28 Jul 2007 10:33:01 +0000 (10:33 +0000)]
lib/DBIx/Class/JDBICompat/Handle/SQLite.pm [new file with mode: 0644]
lib/DBIx/Class/JDBICompat/Handle/mysql.pm [new file with mode: 0644]

diff --git a/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm b/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm
new file mode 100644 (file)
index 0000000..39ffd11
--- /dev/null
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+package Jifty::DBI::Handle::SQLite;
+
+use base qw/Jifty::DBI::Handle/;
+
+1;
diff --git a/lib/DBIx/Class/JDBICompat/Handle/mysql.pm b/lib/DBIx/Class/JDBICompat/Handle/mysql.pm
new file mode 100644 (file)
index 0000000..d40cd55
--- /dev/null
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+package Jifty::DBI::Handle::mysql;
+
+use base qw/Jifty::DBI::Handle/;
+
+1;