From: Matt S Trout Date: Sat, 28 Jul 2007 10:33:01 +0000 (+0000) Subject: Jesse's turn to forget the svk add, I do believe X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70627666dedeb450bcc96e6a1d5a8dc8c2c9165c;p=dbsrgits%2FDBIx-Class-Historic.git Jesse's turn to forget the svk add, I do believe --- diff --git a/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm b/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm new file mode 100644 index 0000000..39ffd11 --- /dev/null +++ b/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm @@ -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 index 0000000..d40cd55 --- /dev/null +++ b/lib/DBIx/Class/JDBICompat/Handle/mysql.pm @@ -0,0 +1,8 @@ +use strict; +use warnings; + +package Jifty::DBI::Handle::mysql; + +use base qw/Jifty::DBI::Handle/; + +1;