fix Module::Install without . in @INC
[catagits/Catalyst-Plugin-Authentication.git] / t / store_nopassord.t
CommitLineData
1b2b11c7 1use strict;
2use warnings;
3
4use Test::More tests => 1;
5
27e54fac 6use_ok 'Catalyst::Authentication::Credential::NoPassword',
7 "Catalyst::Authentication::Credential::NoPassword at right spot";
1b2b11c7 8