convert to M::I, release 0.03999_02
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 04kwalitee.t
index 7576615..382e1bb 100644 (file)
@@ -2,4 +2,4 @@ use Test::More;
 
 eval { require Test::Kwalitee; Test::Kwalitee->import() };
 
-plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;
+plan( skip_all => 'Test::Kwalitee not installed' ) if $@;