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
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644 (file)
index 0000000..232a04e
--- /dev/null
@@ -0,0 +1,7 @@
+use Test::More tests => 1;
+
+BEGIN {
+       use_ok( 'DBIx::Class::InflateColumn::Object::Enum' );
+}
+
+diag( "Testing DBIx::Class::InflateColumn::Object::Enum $DBIx::Class::InflateColumn::Object::Enum::VERSION, Perl $], $^X" );