Merge branch 'master' of ssh://git.shadowcat.co.uk/Catalyst-Controller-MovableType
[catagits/Catalyst-Controller-MovableType.git] / t / 00-load.t
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644 (file)
index 0000000..a6d67ca
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
+use Test::More;
+use_ok 'Catalyst::Controller::MovableType';
+
+done_testing;