Fix broken links and malformed formatting in POD
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / t / 00-load.t
1 #!/usr/bin/env perl
2
3 use strict;
4 use warnings;
5 use Test::More tests => 2;
6 use ok 'Catalyst::Authentication::Store::Htpasswd';
7 use ok 'Catalyst::Authentication::Store::Htpasswd::User';
8