initial cut of deprecated bundle
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / 03-deprecated.t
diff --git a/t/03-deprecated.t b/t/03-deprecated.t
new file mode 100644 (file)
index 0000000..10fbc2d
--- /dev/null
@@ -0,0 +1,10 @@
+#!perl
+
+use Test::More;
+
+use_ok 'DBIx::Class::DeploymentHandler::Deprecated';
+
+done_testing;
+__END__
+
+vim: ts=2 sw=2 expandtab