X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F54-xml.t;fp=t%2F54-xml.t;h=4ddba3cf82d70823328e30cfa802c92edd9ce053;hp=c8f94e963be6dd401f416f6171a3b8a6b8ffaae1;hb=f0e3c2214342d0d8a8839009b8b9c7e6bfbc7ab2;hpb=e17d1736c6f94fcf7b5a1f395eaac6ead5882f6c diff --git a/t/54-xml.t b/t/54-xml.t index c8f94e9..4ddba3c 100644 --- a/t/54-xml.t +++ b/t/54-xml.t @@ -1,11 +1,11 @@ -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' ); -} +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' ); +}