minor doc update
[p5sagit/Config-Any.git] / t / 55-yaml.t
index 74ff1b1..049b79f 100644 (file)
@@ -1,11 +1,11 @@
-use Test::More tests => 2;\r
-\r
-use Config::Any::YAML;\r
-\r
-my $config = eval { Config::Any::YAML->load( 't/conf/conf.yml' ) };\r
-\r
-SKIP: {\r
-    skip "Couldn't Load YAML plugin", 2 if $@;\r
-    ok( $config );\r
-    is( $config->{ name }, 'TestApp' );\r
-}\r
+use Test::More tests => 2;
+
+use Config::Any::YAML;
+
+my $config = eval { Config::Any::YAML->load( 't/conf/conf.yml' ) };
+
+SKIP: {
+    skip "Couldn't Load YAML plugin", 2 if $@;
+    ok( $config );
+    is( $config->{ name }, 'TestApp' );
+}