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
CommitLineData
16585083 1#!/usr/bin/env perl
2use Test::More;
3
4eval { require Test::Kwalitee; Test::Kwalitee->import() };
5
6plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@;