version 0.03 - fixed error verbage as per mst req - import into new repo
[dbsrgits/DBIx-Class-InflateColumn-Object-Enum.git] / t / 00-load.t
1 use Test::More tests => 1;
2
3 BEGIN {
4         use_ok( 'DBIx::Class::InflateColumn::Object::Enum' );
5 }
6
7 diag( "Testing DBIx::Class::InflateColumn::Object::Enum $DBIx::Class::InflateColumn::Object::Enum::VERSION, Perl $], $^X" );