[Bast-commits] r3617 - DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Sat Jul 28 11:33:02 GMT 2007


Author: matthewt
Date: 2007-07-28 11:33:01 +0100 (Sat, 28 Jul 2007)
New Revision: 3617

Added:
   DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm
   DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle/mysql.pm
Log:
Jesse's turn to forget the svk add, I do believe

Added: DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm
===================================================================
--- DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm	                        (rev 0)
+++ DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm	2007-07-28 10:33:01 UTC (rev 3617)
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+package Jifty::DBI::Handle::SQLite;
+
+use base qw/Jifty::DBI::Handle/;
+
+1;

Added: DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle/mysql.pm
===================================================================
--- DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle/mysql.pm	                        (rev 0)
+++ DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle/mysql.pm	2007-07-28 10:33:01 UTC (rev 3617)
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+package Jifty::DBI::Handle::mysql;
+
+use base qw/Jifty::DBI::Handle/;
+
+1;




More information about the Bast-commits mailing list