changelog and bump
[dbsrgits/DBIx-Class-Fixtures.git] / t / 00-load.t
1 use Test::More tests => 1;
2
3 BEGIN {
4         use_ok( 'DBIx::Class::Fixtures' ) or BAIL_OUT($@);
5 }
6
7 diag( "Testing DBIx::Class::Fixtures $DBIx::Class::Fixtures::VERSION, Perl $], $^X" );