adding the some preliminary junk
[gitmo/Class-C3-XS.git] / t / 00_load.t
diff --git a/t/00_load.t b/t/00_load.t
new file mode 100644 (file)
index 0000000..9703116
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+
+BEGIN {
+    use_ok('Class::C3');
+}
\ No newline at end of file