more files needed to create the dists, and tests
[p5sagit/Config-Any.git] / t / 53-perl.t
diff --git a/t/53-perl.t b/t/53-perl.t
new file mode 100644 (file)
index 0000000..427f611
--- /dev/null
@@ -0,0 +1,11 @@
+use Test::More tests => 2;\r
+\r
+use Config::Any::Perl;\r
+\r
+my $config = eval { Config::Any::Perl->load( 't/conf/conf.pl' ) };\r
+\r
+SKIP: {\r
+    skip "Couldn't Load Perl plugin", 2 if $@;\r
+    ok( $config );\r
+    is( $config->{ name }, 'TestApp' );\r
+}\r