more files needed to create the dists, and tests
[p5sagit/Config-Any.git] / t / 01-use.t
diff --git a/t/01-use.t b/t/01-use.t
new file mode 100644 (file)
index 0000000..b14426a
--- /dev/null
@@ -0,0 +1,10 @@
+use Test::More tests => 6;\r
+\r
+BEGIN { \r
+    use_ok( 'Config::Any' );\r
+    use_ok( 'Config::Any::INI' );\r
+    use_ok( 'Config::Any::JSON' );\r
+    use_ok( 'Config::Any::Perl' );\r
+    use_ok( 'Config::Any::XML' );\r
+    use_ok( 'Config::Any::YAML' );\r
+}\r