Tag the old version before converting to the new auth. Convert to new auth, add live...
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / t / kwalitee.t
diff --git a/t/kwalitee.t b/t/kwalitee.t
new file mode 100755 (executable)
index 0000000..c0653a1
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env perl
+use Test::More;
+
+eval { require Test::Kwalitee; Test::Kwalitee->import() };
+
+plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;