Update repository metadata.
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / 00-load.t
1 #!perl 
2
3 use Test::More tests => 1;
4
5 BEGIN {
6         use_ok( 'Catalyst::Authentication::Store::DBIx::Class' );
7 }
8
9 diag( "Testing Catalyst::Authentication::Store::DBIx::Class $Catalyst::Authentication::Store::DBIx::Class::VERSION, Perl $], $^X" );