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