Added Numa's count_all, removed warns from mysql and pg tests
[dbsrgits/DBIx-Class.git] / t / 11mysql.t
index e1b2ee5..cd91dfb 100644 (file)
@@ -5,7 +5,7 @@ use Test::More;
 
 my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_MYSQL_${_}" } qw/DSN USER PASS/};
 
-warn "$dsn $user $pass";
+#warn "$dsn $user $pass";
 
 plan skip_all, 'Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run this test'
   unless ($dsn && $user);