typo in exception line. fixed
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / 00-load.t
CommitLineData
5000f545 1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6727afe2 6 use_ok( 'Catalyst::Authentication::Store::DBIx::Class' );
5000f545 7}
8
6727afe2 9diag( "Testing Catalyst::Authentication::Store::DBIx::Class $Catalyst::Authentication::Store::DBIx::Class::VERSION, Perl $], $^X" );