version bumped, added kwalitee, removed old "first release" notice from pod
[catagits/Catalyst-Model-DBIC-Schema.git] / t / 04kwalitee.t
diff --git a/t/04kwalitee.t b/t/04kwalitee.t
new file mode 100644 (file)
index 0000000..7576615
--- /dev/null
@@ -0,0 +1,5 @@
+use Test::More;
+
+eval { require Test::Kwalitee; Test::Kwalitee->import() };
+
+plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;