Consistent skip messages throughout the test suite (consists of a simple reordering...
[dbsrgits/DBIx-Class.git] / t / cdbi-t / 15-accessor.t
index 30f61c8..99bcdbd 100644 (file)
@@ -4,7 +4,6 @@ use Test::More;
 BEGIN {
   eval "use DBIx::Class::CDBICompat;";
   if ($@) {
-      diag $@;
     plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required');
     next;
   }