more code updates, before i look in depth at the _load() routine
[p5sagit/Config-Any.git] / t / 54-xml.t
index c8f94e9..4ddba3c 100644 (file)
@@ -1,11 +1,11 @@
-use Test::More tests => 2;\r
-\r
-use Config::Any::XML;\r
-\r
-my $config = eval { Config::Any::XML->load( 't/conf/conf.xml' ) };\r
-\r
-SKIP: {\r
-    skip "Couldn't Load XML plugin", 2 if $@;\r
-    ok( $config );\r
-    is( $config->{ name }, 'TestApp' );\r
-}\r
+use Test::More tests => 2;
+
+use Config::Any::XML;
+
+my $config = eval { Config::Any::XML->load( 't/conf/conf.xml' ) };
+
+SKIP: {
+    skip "Couldn't Load XML plugin", 2 if $@;
+    ok( $config );
+    is( $config->{ name }, 'TestApp' );
+}