Removed 'password' from minimal store in example because it's not relevant to the...
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / t / use.t
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Test::More tests => 2;
5
6 BEGIN {
7     use_ok('Catalyst::Authentication::Credential::HTTP::Proxy');
8     use_ok('Catalyst::Authentication::Credential::HTTP::Proxy::User');
9 }