Author: timbo
Date: Wed Feb 29 07:00:30 2012
New Revision: 15191

Modified:
   dbi/trunk/t/52dbm_complex.t

Log:
give less confusing skipped message when testing DBI::SQL::Nano

Modified: dbi/trunk/t/52dbm_complex.t
==============================================================================
--- dbi/trunk/t/52dbm_complex.t (original)
+++ dbi/trunk/t/52dbm_complex.t Wed Feb 29 07:00:30 2012
@@ -90,7 +90,7 @@
 
 my $haveSS = DBD::DBM::Statement->isa('SQL::Statement');
 
-plan skip_all => "Not running with SQL::Statement" unless ( $haveSS );
+plan skip_all => "DBI::SQL::Nano is being used" unless ( $haveSS );
 plan skip_all => "Not running with MLDBM" unless ( @mldbm_types );
 
 do "t/lib.pl";

Reply via email to