How about we do our commits in trunk, so that we actually get sane linear revision...
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / 00.load.t
1 use Test::More tests => 1;
2
3 BEGIN {
4 use_ok( 'Catalyst::Authentication::Credential::OpenID' );
5 # use_ok( 'Catalyst::Authentication::Store::OpenID' );
6 }
7
8 diag( "Testing Catalyst::Authentication::Credential::OpenID $Catalyst::Authentication::Credential::OpenID::VERSION" );
9 use Test::More tests => 1;
10
11 BEGIN {
12 use_ok( 'Catalyst::Authentication::Credential::OpenID' );
13 # use_ok( 'Catalyst::Authentication::Store::OpenID' );
14 }
15
16 diag( "Testing Catalyst::Authentication::Credential::OpenID $Catalyst::Authentication::Credential::OpenID::VERSION" );